UNPKG

typeorm-pglite

Version:
10 lines (9 loc) 258 B
import { PGliteOptions } from "@electric-sql/pglite"; import { PGlitePool } from "./pglite-pool"; export declare class PGliteDriver { constructor(options?: PGliteOptions); get driver(): { new (): {}; Pool: typeof PGlitePool; }; }