Skip to main content
Zorid stores derived metadata in .zorid/index/index.sqlite. The index is rebuildable at any time from canonical Markdown, .zbase, and .ztype files.

Tables (v0)

Indexing flow

IndexEngine contract

packages/index-api defines the IndexEngine interface. packages/indexer-js provides the v0 reference implementation. crates/index-core + crates/index-wasm are reserved for a later Rust acceleration layer behind the same contract.

Source

Full index schema and migration rules on GitHub.