knex/knex.js

9 lines
224 B
JavaScript
Raw Normal View History

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