Skip to content

QueryDebugInfo

QueryDebugInfo = object

Defined in: packages/@livestore/livestore/src/store/store-types.ts:234

Debug information captured for each query execution.

Used by devtools and performance monitoring to track query behavior.

_tag: string

Defined in: packages/@livestore/livestore/src/store/store-types.ts:236

Query type discriminator (‘db’, ‘computed’, etc.)


durationMs: number

Defined in: packages/@livestore/livestore/src/store/store-types.ts:242

Execution time in milliseconds


label: string

Defined in: packages/@livestore/livestore/src/store/store-types.ts:238

Human-readable query label


query: string

Defined in: packages/@livestore/livestore/src/store/store-types.ts:240

SQL query string or computed function representation