Skip to content

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.

optional rowMode?: "object" | "array"

Defined in: packages/client/src/index.ts:1762