pub const SQLITE3_HEADER: &str = "SQLite format 3";
The header of the SQLite file is used to determine whether the imported file is legal.