This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
knex
Watch
1
Star
0
Fork
0
You've already forked knex
mirror of
https://github.com/knex/knex.git
synced
2025-11-12 16:14:22 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
knex
/
lib
/
index.js
4 lines
56 B
JavaScript
Raw
Normal View
History
Unescape
Escape
#2758: Implement fail-fast logic for dialect resolution (#2776) * Implement fail-fast logic for dialect resolution, clean-up code around. * Remove method that was deprecated long time ago * Address additional comments * Try addressing comments * Set client explicitly * Fix compatibility with older Node versions
2018-08-29 17:13:16 +02:00
const
Knex
=
require
(
'./knex'
)
;
Fix indentation?
2016-03-02 17:07:05 +01:00
Drop support for Node.js 6. Remove babel. (#3227)
2019-06-04 00:37:17 +02:00
module
.
exports
=
Knex
;
Reference in New Issue
Copy Permalink