golang-github-boltdb-bolt-dev

Low-level key/value database for go
  https://github.com/boltdb/bolt
  0
  no reviews



Bolt is a pure go key/value store inspired by howard chu's and the lmdb project. the goal of the project is to provide a simple, fast, and reliable database for projects that don't require a full database server such as postgres or mysql.