Expand description
Mount SQLite persistence (RFC-025).
The mounts table lives in the same memory.db as memories and the
legacy projects table. Coexists with RFC-011’s projects table during
the migration window.
Constants§
- MOUNT_
SCHEMA - Schema DDL for the
mountstable.
Functions§
- add_
dismissed_ root - RFC-025 Phase 5: record a dismissed root path (tombstone).
- delete_
mount - Delete a Mount by ID.
- ensure_
mount_ schema - Ensure the
mountstable exists. - list_
dismissed_ roots - RFC-025 Phase 5: load all dismissed root paths (tombstones).
- list_
mounts - List all Mounts, ordered by name.
- save_
mount - Save (upsert) a Mount.