Skip to main content

Module index

Module index 

Source
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§

IndexManager
Helpers for managing lightweight indexes on claw-core tables.