CloneDumpResult
Defined in: packages/client/src/export-dump.ts:100
The raw SQL bytes plus the pipeline phase walls — runThrowawayCloneDump’s result.
Properties
Section titled “Properties”phases
Section titled “phases”phases:
CloneDumpPhases
Defined in: packages/client/src/export-dump.ts:104
The pipeline phase timings, all offset from the caller’s startPerf anchor.
sqlBytes
Section titled “sqlBytes”sqlBytes:
Uint8Array<ArrayBuffer>
Defined in: packages/client/src/export-dump.ts:102
The pg_dump output bytes (unwrapped from pglite-tools’ File polyfill).