An open API service indexing awesome lists of open source software.

https://github.com/codecrafters-io/sample-sqlite-databases

Sample databases for the "Build your own SQLite" challenge
https://github.com/codecrafters-io/sample-sqlite-databases

Last synced: 5 months ago
JSON representation

Sample databases for the "Build your own SQLite" challenge

Awesome Lists containing this project

README

          

This repository contains sample databases for the
[Build Your Own SQLite](https://codecrafters.io/challenges/sqlite)
challenge.

1. `sample.db`:
- This is a tiny database used in stages 1-6.
- It contains two tables: `apples` and `oranges`.
2. `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.
3. `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.