ByteScope

SQLite database file format

A SQLite database file, a self-contained embedded SQL database.

MIME type
application/vnd.sqlite3
Extensions
.sqlite, .db, .sqlite3
Category
Data & databases

Magic-number signature

0x0000000053514C69746520666F726D6174203300SQLite format 3·'SQLite format 3\0' header

About the SQLite database format

SQLite packs an entire relational database into one file with no server, which is why it powers browsers, phones and countless apps. The header is the ASCII string 'SQLite format 3' followed by a NUL byte.

Related formats

Have a file that might be SQLite database? Identify it with the File Type Identifier — it reads the magic number locally, nothing is uploaded. Or browse all formats.