Skip to content

QueryDebugInfo

QueryDebugInfo = object

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

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:235

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


durationMs: number

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

Execution time in milliseconds


label: string

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

Human-readable query label


query: string

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

SQL query string or computed function representation