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