DiagnosticExportDeps
Defined in: packages/client/src/export-dump.ts:46
The dependencies performDiagnosticExport needs from the owning client — narrow, so it is unit-testable.
Properties
Section titled “Properties”pglite
Section titled “pglite”pglite:
Pick<ClientPGlite,"exec"|"dumpDataDir">
Defined in: packages/client/src/export-dump.ts:48
The live store to checkpoint and dump (the clone source; the live engine is never suspended).
readMutationStats
Section titled “readMutationStats”readMutationStats: () =>
Promise<MutationDiagnostics>
Defined in: packages/client/src/export-dump.ts:50
The Mutation diagnostics seam (client.diagnostics().mutation / readMutationStats).
Returns
Section titled “Returns”Promise<MutationDiagnostics>
storePath?
Section titled “storePath?”
optionalstorePath?:string
Defined in: packages/client/src/export-dump.ts:56
The store’s configured plain store PATH (ADR-0036) — reduced to the storeId in the default artefact
file name. The resolved PGlite dataDir URL is deliberately NOT used: it is internal plumbing and must
not leak into an artefact name as something to imitate.