UNPKG

quickpostgres

Version:

An easy, beginner-friendly PostgreSQL database wrapper similar to quick.db.

5 lines (4 loc) 219 B
import { Options, Params } from "../index"; import { Client } from "pg"; declare const _default: (db: Client, params: Params, options: Options) => Promise<import("pg").QueryResult<any> | null>; export default _default;