UNPKG

@luminati-io/knex

Version:

A batteries-included SQL query & schema builder for PostgresSQL, MySQL, CockroachDB, MSSQL and SQLite3

12 lines (9 loc) 265 B
// 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;