9 lines
232 B
JavaScript
9 lines
232 B
JavaScript
// Knex.js
|
|
// --------------
|
|
// (c) 2013-present Tim Griesser
|
|
// Knex may be freely distributed under the MIT license.
|
|
// For details and documentation:
|
|
// http://knexjs.org
|
|
|
|
module.exports = require('./lib/index');
|