Download sqlite Sample Databases
Download sample sqlite data sets below:
File Type: CSV | JSON | sqlite | duckdb | Parquet
Sqlite Data File Examples:
File | Description |
---|---|
sakila.db | The Sakila sample database was initially developed by Mike Hillyer, a former member of the MySQL AB documentation team. It is intended to provide a standard schema that can be used for examples in books, tutorials, articles, samples, and so forth. |
chinook.db | Chinook is a sample database available for SQL Server, Oracle, MySQL, etc. It can be created by running a single SQL script. Chinook database is an alternative to the Northwind database, being ideal for demos and testing ORM tools targeting single and multiple database servers. |
northwind_small.sqlite | The Northwind sample database was provided with Microsoft Access as a tutorial schema for managing small business customers, orders, inventory, purchasing, suppliers, shipping, and employees. Northwind is an excellent tutorial schema for a small-business ERP, with customers, orders, inventory, purchasing, suppliers, shipping, employees, and single-entry accounting. Original Source: https://github.com/jpwhite3/northwind-SQLite3 |
These data sets are used for testing QStudio
QStudio is a free SQL Editor that allows easily querying sqlite/parquet/h2/json/csv/tsv/duckdb files.
Using Sqlite Driver
QStudio includes support for sqlite.

Via DuckDB
QStudio bundles DuckDB which can also open sqlite files:
Would query the file above via duckdb, alternatively within windows you can simply click to open a file.