UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

5 lines (4 loc) 212 B
import { Pool, QueryConfig, QueryResult } from 'pg'; declare const pgPool: Pool; export declare function queryPostgres(config: QueryConfig | string, pool?: Pool): Promise<QueryResult>; export default pgPool;