Structs§
- Document
Record - A record from the documents table
- System
Db - The system database that manages document index, schema state, and view cache. Uses a Mutex around the connection so Store can be Send + Sync.
Constants§
- BUSY_
TIMEOUT_ MS - How long a connection retries a lock held by another connection before
giving up with
SQLITE_BUSY.
Functions§
- compute_
directory_ hash - Compute a directory hash from a list of
(path, mtime)pairs. Used for change detection during boot.