DungeonDB is a relational database designed for who love efficient and straightforward data management. Its inspiration comes from SQLite3, but it does not follow its design or architecture., it focuses on providing reliable functionality for current needs while laying the groundwork for future improvements.
- ⚡Fast Query Execution: Optimized for speed and efficiency. (planned for future implementation)
- 📈 Scalable Architecture: Handles large datasets with ease. (planned for future implementation)
- 🏗️ Flexible Schema Management: Supports complex relational models. (planned for future implementation)
- ⚙️ Golang-Powered: Built entirely in Golang for modern performance.
- Clone the repository:
git clone https://github.com/Ricky004/DungeonDB.git
I referenced the book Database Internals by Alex Petrov as a valuable resource while building this project from scratch.