A low-level key/value store in pure Go, originally a fork of BoltDB.
go get github.com/etcd-io/bboltNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open a BoltDB database and store a key-value pair
Ensure write transactions are serialized or use read-only transactions for reads.
No dependency data recorded yet.