Lambda-School-Labs/grants-be

View on GitHub
knex/knex.js

Summary

Maintainability
A
0 mins
Test Coverage
const environment = process.env.ENVIRONMENT || "development";
const config = require("../knexfile.js")[environment];
module.exports = require("knex")(config);