RawQueryOptions
Defined in: packages/client/src/index.ts:1761
The structured-clone-safe subset of PGlite’s QueryOptions the inspection surface carries. Kept
narrow ON PURPOSE: on a worker-attached client the options object crosses the bridge via
postMessage, so function-valued options (parsers, serializers, onNotice) can never be part
of this contract. rowMode: "array" is what @electric-sql/pglite-repl asks for on every exec.
Properties
Section titled “Properties”rowMode?
Section titled “rowMode?”
optionalrowMode?:"object"|"array"
Defined in: packages/client/src/index.ts:1762