Skip to main content

Module system_db

Module system_db 

Source

Structs§

DocumentRecord
A record from the documents table
SystemDb
The system database that manages document index, schema state, and view cache. Uses a Mutex around the connection so Store can be Send + Sync.

Functions§

compute_directory_hash
Compute a directory hash from a list of (filename, mtime) pairs. Used for change detection during boot.