ANDB
A SQL relational database built from scratch in C++, with a custom lexer, parser, AST tree-walk interpreter, B+ tree indexing, and full ACID transactions.
RepositoryDraft note: This write-up is placeholder content for the ANDB project. The sections below will be replaced with the final walk-through.
Problem
Placeholder: describe the problem this project solves and who it is for.
Approach
Placeholder: outline the overall approach and how the project is structured.
Technical Decisions
Placeholder: document key technical decisions and the trade-offs behind them.
Challenges
Placeholder: list the hardest challenges encountered and how they were resolved.
Lessons
Placeholder: note what you learned and what you would do differently next time.