This repository contains sample databases for the Build Your Own SQLite challenge.
sample.db
:- This is a tiny database used in stages 1-6.
- It contains two tables:
apples
andoranges
.
superheroes.db
:- This is a small version of the test database used in stage 6.
- It contains one table:
superheroes
. - It is ~1MB in size.
companies.db
:- This is a small version of the test database used in stage 7.
- It contains one table:
companies
, and one index:idx_companies_country
- It is ~7MB in size.