SQLite (.db) File Format
SQLite file format
Description
Notes
Examples
SQLite is a database file format associated with the SQLite relational database management system. It is widely used as an embedded database format for client-based storage in web browsers and other desktop programs.
The Database[SQLite] subpackage can read and write archive files in this format.
Content-Type: application/x-sqlite3
See Also
Database
Formats
Download Help Document