58
CodexDB is a lightweight, CLI-based custom-built Database Management System developed in C++ from the ground up. It features a fully custom lexer, an AST-based parser, and a query execution engine, providing persistent storage and support for SQL-like query execution.
A Fun project but got a lot to learn.
Built with