knex/knex.js

9 lines
232 B
JavaScript
Raw Normal View History

2015-05-02 13:14:32 -04:00
// Knex.js
// --------------
2016-08-09 13:33:47 -04:00
// (c) 2013-present Tim Griesser
// Knex may be freely distributed under the MIT license.
// For details and documentation:
// http://knexjs.org
module.exports = require('./src/index');