pub const MAGIC: &[u8; 16] = b"SQLRiteFormat\0\0\0";
File magic. Distinct from SQLite’s "SQLite format 3\0" so the formats can’t be confused on inspection.
"SQLite format 3\0"