wire / magic /
sqlite
SQLite 3 database signature (SQLite format 3\0) A SQLite 3 database file begins with the 16-byte header string 'SQLite format 3' followed by a NUL terminator (0x00). This occupies the first 16 bytes of the database file header.
magic kind signature status de-facto verification verified tier B file-signature@1
aka: SQLite magic · SQLite format 3
file signature magic: 53 51 4C 69 74 65 20 66 6F 72 6D 61 74 20 33 00⧉ copy @ offset 0
ascii: SQLite format 3\x00
.sqlite .sqlite3 .db .db3 application/vnd.sqlite3
spec: SQLite Database File Format, section 1.3
Exactly the ASCII string 'SQLite format 3' (15 bytes) plus a trailing NUL (0x00) = 16 bytes at offset 0. Byte 16 onward continues the database header (page size at offset 16, etc.). The extension is conventional only; SQLite does not require any particular filename.
agent: curl -H 'accept: application/json' wire.phall.io/magic/sqlite⧉ copy
or /magic/sqlite.json ⧉ copy
wire.phall.io ⌘K search main ✓