Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

@reactor/data — queryoptions

@reactor/data


@reactor/data / QueryOptions

Defined in: types.ts:47

Query execution options.

optional count?: CountMode

Defined in: types.ts:51

Count mode


optional csv?: boolean

Defined in: types.ts:55

Return result as CSV


optional explain?: boolean | { analyze?: boolean; buffers?: boolean; costs?: boolean; verbose?: boolean; }

Defined in: types.ts:57

Return query execution plan


optional headers?: Record<string, string>

Defined in: types.ts:53

Custom headers


optional signal?: AbortSignal

Defined in: types.ts:49

AbortSignal for cancellation