const environment = process.env.ENVIRONMENT || 'development'
import config from '../knexfile';
export default require('knex')(config[environment]);