Skip to content

CloneDumpResult

Defined in: packages/client/src/export-dump.ts:100

The raw SQL bytes plus the pipeline phase walls — runThrowawayCloneDump’s result.

phases: CloneDumpPhases

Defined in: packages/client/src/export-dump.ts:104

The pipeline phase timings, all offset from the caller’s startPerf anchor.


sqlBytes: Uint8Array<ArrayBuffer>

Defined in: packages/client/src/export-dump.ts:102

The pg_dump output bytes (unwrapped from pglite-tools’ File polyfill).