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
- Host: GitHub
- URL: https://github.com/codecrafters-io/sample-sqlite-databases
- Owner: codecrafters-io
- Created: 2021-08-11T19:47:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T20:41:38.000Z (almost 5 years ago)
- Last Synced: 2025-09-29T15:44:48.743Z (9 months ago)
- Size: 2.98 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.