UNPKG

@cocalc/database

Version:

CoCalc: code for working with our PostgreSQL database

4 lines (3 loc) 181 B
import { PostgreSQL } from "./types"; export declare function setupRecordConnectErrors(db: PostgreSQL): void; export declare function howLongDisconnectedMins(): number | undefined;