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
/
esm
/
index.js
4 lines
(3 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
// Main exports from pg-cache package
export
{ close, pgCache,
PgPoolCacheManager
, teardownPgPools }
from
'./lru'
;
export
{ getPgPool }
from
'./pg'
;