mirror of
https://github.com/xfarrow/blink
synced 2025-06-06 00:49:11 +02:00
12 lines
265 B
JavaScript
12 lines
265 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;
|