Shell sized DBMS written in Rust This is going to be an attempt in writing a toy DMBS in Rust to learn about databases. I’m still learning as I go, so the implementation may evolve over time. It also may not be the most idiomatic Rust, as I’m still new to the ecosystem. Refrences https://cstack.github.io/db_tutorial/ https://15445.courses.cs.cmu.edu/fall2025/schedule.html https://15445.courses.cs.cmu.edu/fall2025/assignments.html Database Internals by Alex Petrov