AtomixDB is a Go-based relational database featuring B+ Tree storage, transaction support, and concurrent read capabilities. The project implements core database functionality including storage management and transaction handling, making it suitable for learning database internals and read-heavy applications.
https://github.com/Sahilb315/AtomixDB
#database #golang #opensource #storageengine #transactions