Skip to main content
Version: Next

QueryOptions

age-schema-client v0.5.0


age-schema-client / QueryOptions

Interface: QueryOptions

Defined in: src/db/query.ts:82

Query options

Properties

PropertyTypeDescriptionDefined in
timeout?numberQuery timeout in milliseconds Default 0 (no timeout)src/db/query.ts:87
maxRetries?numberMaximum number of retry attempts Default 0 (no retries)src/db/query.ts:93
retryDelay?numberDelay between retries in milliseconds Default 1000src/db/query.ts:99
rowMode?"object" | "array"Row mode Default 'array'src/db/query.ts:105
name?stringQuery name (for prepared statements)src/db/query.ts:110
transaction?anyTransaction objectsrc/db/query.ts:115