Structs§
Enums§
Constants§
- CANONICAL_
TABLES - Canonical tables owned by the rewrite-era schema, in stable display
order. Excludes FTS, vec0, and projection shadow tables (re-derivable
from canonical state) and internal
_fathomdb_*metadata. - JOURNAL_
SUFFIX - Suffix of the optional SQLite rollback journal file
(
<db-name>.sqlite-journal). - LOCK_
SUFFIX - Suffix of the sidecar lock file (
<db-name>.sqlite.lock). - MIGRATIONS
- PRAGMA_
USER_ VERSION - SQLite
PRAGMAname carrying the on-disk schema-version sentinel. - SCHEMA_
VERSION - SQLITE_
SUFFIX - Suffix of the canonical SQLite database file (
<db-name>.sqlite). - WAL_
SUFFIX - Suffix of the SQLite write-ahead log file (
<db-name>.sqlite-wal).