UNPKG
postgres
Version:
beta (3.0.0-rc.3)
latest (3.4.7)
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.0
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-rc.3
3.0.0-rc.2
3.0.0-rc.1
2.0.0-beta.11
2.0.0-beta.10
2.0.0-beta.9
2.0.0-beta.8
2.0.0-beta.7
2.0.0-beta.6
2.0.0-beta.5
2.0.0-beta.4
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.0.2
1.0.1
1.0.0
0.0.1
Fastest full featured PostgreSQL client for Node.js
github.com/porsager/postgres
porsager/postgres
postgres
/
types
/
tsconfig.json
14 lines
•
215 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"lib"
:
[
"ES2015"
]
,
"types"
:
[
"node"
]
,
"esModuleInterop"
:
true
,
"strict"
:
true
,
"noImplicitAny"
:
true
,
"exactOptionalPropertyTypes"
:
true
}
}