knex/knex.js

9 lines
232 B
JavaScript
Raw Permalink 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
2019-07-10 22:48:43 +01:00
module.exports = require('./lib/index');