Expand description
Lightweight FTS and B-tree index helpers for claw-core.
This module exposes helpers that create and query SQLite FTS5 full-text
search virtual tables and ordinary B-tree indexes on the claw-core schema
tables. Index creation is idempotent (CREATE INDEX IF NOT EXISTS).
Structs§
- Index
Manager - Helpers for managing lightweight indexes on claw-core tables.