A pure Go key/value store with ACID transactions, MVCC, and a B+tree data model, optimized for fast reads and crash recovery.
go get gitlab.com/NebulousLabs/boltNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open a database, create a bucket, insert and retrieve a key-value pair.
Copy data out of the transaction if needed for later use.
No dependency data recorded yet.