mirror of
https://github.com/knex/knex.git
synced 2025-07-03 07:04:07 +00:00
12 lines
263 B
JavaScript
12 lines
263 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
|
||
|
|
||
|
import knex from './lib/index.js';
|
||
|
|
||
|
export { knex }
|
||
|
export default knex
|