Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 258 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 258 Bytes

gomvcc

A little, pedagogical implementation of mvcc and transaction isolation levels.

Blog post and walkthrough is here.

$ go test

With debug logs:

$ go test -- --debug