【[474星]AtomixDB:用Go语言打造的迷你持久化关系型数据库。亮点:1. B+树存储引擎,支持索引,数据检索速度飞快;2. 事务支持,确保数据一致性;3. 并发读取,提升读取性能】
'AtomixDB is an mini relational database fully written in Go. Main focus was on implementing & understanding working the of database, storage management & transaction handling.'
GitHub: github.com/Sahilb315/AtomixDB