Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 349 Bytes

File metadata and controls

9 lines (6 loc) · 349 Bytes

tinyWAL

The project is an extremely simplistic implemention of write ahead logger. It was built mainly to understand the how wal functions. It depends on go version > 1.16

I have referenced the below repos for my implementation - https://github.com/tidwall/wal https://github.com/aarthikrao/wal https://github.com/JyotinderSingh/go-wal