UNPKG

@electric-sql/pglite-tools

Version:

Tools for working with PGlite databases

14 lines (11 loc) 253 B
import { b } from './pglite-Csk75SCB.js'; interface PgDumpOptions { pg: b; args?: string[]; fileName?: string; } /** * Execute pg_dump */ declare function pgDump({ pg, args, fileName, }: PgDumpOptions): Promise<File>; export { pgDump };