UNPKG

pg-cache

Version:

PostgreSQL connection pool LRU cache manager

4 lines (3 loc) 130 B
import pg from 'pg'; import { PgConfig } from 'pg-env'; export declare const getPgPool: (pgConfig: Partial<PgConfig>) => pg.Pool;