This project is the result of my deep interest in database internals. Over the course of 7 months, with around 200 commits and 24,000 lines of Rust, it has been an exciting journey.
Please note, this is not a production-ready database. The query engine is intentionally simple, with no optimizations—queries are executed exactly as written. Only 5 basic data types are supported, and some constraints and operations are not supported.
I hope you find it interesting like I did. Enjoy!
Query results will appear here
Errors, messages, and query plans will appear here