Skip to content

QueryDebugInfo

QueryDebugInfo = object

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

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

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


durationMs: number

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

Execution time in milliseconds


label: string

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

Human-readable query label


query: string

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

SQL query string or computed function representation