pub const SQLITE_MEMORY_SCHEMA_VERSION: i64 = 1;
On-disk schema version stamped after a successful SQLite memory migration. Future migrations consult this rather than re-running PRAGMA detection.