MiniDBGo is a lightweight, educational database engine written in Go, inspired by MongoDB. This project is designed as a learning resource to understand core database internals such as CRUD operations, durability through Write-Ahead Logs (WAL), and the storage architecture of a Log-Structured Merge-Tree (LSM-Tree).
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
59
commits
feat: try add create, drop, export, import collection, get info
306bebbView on GitHubfeat: try update compaction, add Checksum and update Dashboard UI
2a8068eView on GitHub