mirror of
https://github.com/knex/knex.git
synced 2025-06-26 22:00:25 +00:00
9 lines
224 B
JavaScript
9 lines
224 B
JavaScript
// 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');
|