Status: 🚧 Active Development (Currently on hiatus due to international relocation)
very simple (and probably worst performing) Relational database managment system built from scratch in Go for learning purposes. This is a long-term educational project designed to explore database internals, memory paging, and file management at a low level.
- Implemented: File Manager (OS interaction), Page System (Binary encoding/decoding), and Block structure.
- In Progress: Buffer Pool Manager and B-Tree Indexing.