Initial commit

This commit is contained in:
Brian McGonagill 2026-03-18 09:02:21 -05:00
commit b3a51a4115
10336 changed files with 2381973 additions and 0 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,2 @@
export { pgDump } from './pg_dump.cjs';
import '@electric-sql/pglite';

View file

@ -0,0 +1,2 @@
export { pgDump } from './pg_dump.js';
import '@electric-sql/pglite';

View file

@ -0,0 +1,2 @@
import{a as o}from"./chunk-WAOUATYI.js";export{o as pgDump};
//# sourceMappingURL=index.js.map

View file

@ -0,0 +1 @@
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,14 @@
import { PGlite } from '@electric-sql/pglite';
interface PgDumpOptions {
pg: PGlite;
args?: string[];
fileName?: string;
verbose?: boolean;
}
/**
* Execute pg_dump
*/
declare function pgDump({ pg, args, fileName, }: PgDumpOptions): Promise<File>;
export { pgDump };

View file

@ -0,0 +1,14 @@
import { PGlite } from '@electric-sql/pglite';
interface PgDumpOptions {
pg: PGlite;
args?: string[];
fileName?: string;
verbose?: boolean;
}
/**
* Execute pg_dump
*/
declare function pgDump({ pg, args, fileName, }: PgDumpOptions): Promise<File>;
export { pgDump };

View file

@ -0,0 +1,2 @@
import{a}from"./chunk-WAOUATYI.js";export{a as pgDump};
//# sourceMappingURL=pg_dump.js.map

View file

@ -0,0 +1 @@
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}

Binary file not shown.