Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 393 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 393 Bytes

go-db

A simple database for learning, inspired by https://cstack.github.io/db_tutorial

roadmap:

  • B+Tree
  • Simple insert
  • Simple select
  • Simple delete
  • Tidy code
  • Support duplicate key
  • Visualize whole tree from db file

a simple demo: asciicast