UNPKG
knex-pglite
Version:
latest (0.14.0)
0.14.0
0.13.0
0.12.1
0.12.0
0.11.0
0.10.0
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
PGlite Dialect for Knex
github.com/czeidler/knex-pglite
czeidler/knex-pglite
knex-pglite
/
dist
/
index.d.ts
4 lines
(3 loc)
•
97 B
TypeScript
View Raw
1
2
3
4
import
{
Client
}
from
"knex"
;
declare
const
ClientPGLite
:
typeof
Client
;
export
=
ClientPGLite
;