UNPKG
pg-cache
Version:
latest (1.6.15)
1.6.15
1.6.14
1.6.13
1.6.12
1.6.11
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.2
1.5.1
1.5.0
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.2
1.4.1
1.4.0
1.3.10
1.3.9
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
PostgreSQL connection pool LRU cache manager
github.com/launchql/launchql
launchql/launchql
pg-cache
/
pg.d.ts
4 lines
(3 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
import
pg
from
'pg'
;
import
{
PgConfig
}
from
'pg-env'
;
export
declare
const
getPgPool
:
(
pgConfig
:
Partial
<
PgConfig
>
) =>
pg.
Pool
;