A small relational database built from scratch in C, working up from raw file persistence through a B+tree-backed KV store to a SQL-like query language.
make
bash tests/run-all.sh
See docs/ for per-chapter rationale and PROGRESS.md for the
chapter checklist.