A toy relational database management system implemented in Rust for educational purposes. It provides a SQL query interface, disk-based storage, and B+Tree indexing to demonstrate database internals.
MK
- Source Code
- https://github.com/antoniosarosi/mkdb[01]
- Country of Origin
- ES
- Start Year
- 2023
- Project Types
- Educational, Open Source
- Written in
- Rust
- License
- MIT License
A toy relational database management system implemented in Rust for educational purposes. It provides a SQL query interface, disk-based storage, and B+Tree indexing to demonstrate database internals.
History
Developed by Antonio Sarosi as an educational project to study database systems. Implementation concepts are derived from the SQLite source code and Carnegie Mellon University's Intro to Database Systems courses.
Citations
2 sources
Revision #2
Last Updated: