UNPKG
pg-cache
Version:
latest (1.3.4)
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
;