DBDB.io The Encyclopedia of Database Systems · Est. 2017
Database of Databases

Database Entry

BoltDB


BoltDB was an embedded key/value database written in Go.

Source Code
https://github.com/boltdb/bolt[01]
Developer
Country of Origin
US
Start Year
2013 [03]
End Year
2017 [04]
Project Type
Open Source
Written in
Go
Inspired By
LMDB
License
MIT License

Database Entry

BoltDB


BoltDB was an embedded key/value database written in Go.

History[02]


BoltDB initially started by Ben Johnson as a port of LMDB to Go. The project was abandoned by its author in 2017.

Concurrency Control


BoltDB allows only one read-write transaction at a time.

Data Model


Indexes


Query Interface


Storage Model


Storage Organization


System Architecture


Compatible Systems
BB bbolt
Derivative Systems
BB bbolt

Citations

4 sources
  1. GitHub - boltdb/bolt: An embedded key/value database for Go. · GitHub github.com
  2. /dev/zine progville.com Dead — Check Archive
  3. Initial commit github.com
  4. bolt/README.md at master · boltdb/bolt · GitHub github.com
Revision #3