UNPKG
pg-cache
Version:
latest (1.3.1)
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
/
index.d.ts
4 lines
(3 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
export
{ close, pgCache,
PgPoolCacheManager
, teardownPgPools }
from
'./lru'
;
export
{ getPgPool }
from
'./pg'
;
export
type
{
PoolCleanupCallback
}
from
'./lru'
;