UNPKG

@szegedsw/lib-node

Version:

A little framework published by Szeged Software Zrt. in order to enhance api endpoint security and create reuseable code. Email module, Logging system, and much more. Further improvements are expected.

6 lines 278 B
import { Pool, PoolConfig } from "pg"; export declare let pool: Pool; export declare function postgresPool(): PoolConfig; export declare function postgresInit(): Promise<Pool>; export declare function postgresClose(): Promise<void>; //# sourceMappingURL=postgres-config.d.ts.map