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-07-24 17:31:01 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
knex
/
src
/
index.js
4 lines
54 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
#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
export
default
Knex
;
Reference in New Issue
Copy Permalink