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 @ offset 0

ascii: SQLite format 3\x00

.sqlite.sqlite3.db.db3 application/vnd.sqlite3

spec: SQLite Database File Format, section 1.3


provenance

agent: curl -H 'accept: application/json' wire.phall.io/magic/sqlite or /magic/sqlite.json