A simple database built from scratch in Go, following a tutorial series.
- Key-value storage
- Basic database engine concepts
- File storage handling
- Foundation for building a custom DB
- How databases work internally
- Storing and retrieving data
- Basic architecture of a database system
This project is part of a learning series focused on building a database step by step from scratch.
go run main.go