Skip to content
Novus Examples
sqlite

What is a .sqlite file?

application/vnd.sqlite3

SQLite is a self-contained, serverless relational database stored as a single binary file holding tables, indexes, and schema in a defined page format. It is the most widely deployed database engine, embedded in browsers, phones, and applications. The file is a complete, transactional SQL database requiring no server.

How to use a .sqlite file

Use an example SQLite file to test database drivers, schema and table introspection, SQL query execution, and tools that read or migrate embedded databases.

Convert a .sqlite file to another format

← All file formats