Embedded key/value database for Go
Bolt is a pure Go key/value store inspired by Howard Chu's 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. Since Bolt is meant to be used as such a low-level piece of functionality, simplicity is key. The API will be small and only focus on getting values and setting values. That's it. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/boltdb/bolt
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.3.1-13.fc35 | - |
Fedora 35 | 1.3.1-13.fc35 | - |
Fedora 34 | 1.3.1-12.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-boltdb-bolt dash maintainers at fedoraproject dot org
.