UNPKG

265 BJavaScriptView Raw
1// Knex.js
2// --------------
3// (c) 2013-present Tim Griesser
4// Knex may be freely distributed under the MIT license.
5// For details and documentation:
6// http://knexjs.org
7
8import knex from './lib/index.js';
9
10export { knex };
11export default knex;