UNPKG

pg-cache

Version:

PostgreSQL connection pool LRU cache manager

4 lines (3 loc) 161 B
export { close, pgCache, PgPoolCacheManager, teardownPgPools } from './lru'; export { getPgPool } from './pg'; export type { PoolCleanupCallback } from './lru';