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