Build a simplified in-memory database engine that demonstrates real-world database concepts.
This project is motivated by the:
- array-based data structure in Introduction to Algorithms
- Awesome database book: Database System Concept
- Key-Value DB: Bbolt
- Build Your Own Database From Scratch in Go
- Core Buffer pool
- Storage Integration
- Table Operation
- Query Processing