Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 245 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 245 Bytes

SIMPLEDB

WARNING: this project was created as an exercise for learning Go and is not intended for real usage.

Implementation of an extremely simple append-only log database backed by a single file on disk and an in-memory hashtable index.