UNPKG

quickpostgres

Version:

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

5 lines (4 loc) 281 B
import { Options, Params } from "../index"; import { Client } from "pg"; declare const _default: (db: Client, params: Params, options: Options) => Promise<"string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | null>; export default _default;