Skip to content

codecrafters-io/sample-sqlite-databases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains sample databases for the Build Your Own 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.

About

Sample databases for the "Build your own SQLite" challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published