BoltDB was an embedded key/value database written in Go.
BoltDB initially started by Ben Johnson as a port of LMDB to Go. The project was abandoned by its author in 2017.
Heaps
B+Tree
Key/Value
N-ary Storage Model (Row/Record)
Custom API
Embedded
Timestamp Ordering
BoltDB allows only one read-write transaction at a time.
https://github.com/boltdb/bolt
Ben Johnson
US
2013
2017
Open Source
Go
LMDB
MIT