Skip to content

QueryDebugInfo

QueryDebugInfo = object

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

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

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


durationMs: number

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

Execution time in milliseconds


label: string

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

Human-readable query label


query: string

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

SQL query string or computed function representation