go-go-etcd-io-bbolt
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.
- Versions: 1.3.11
- Website: https://go.etcd.io/bbolt
- Licenses: Expat
- Package source: gnu/packages/golang-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of go-go-etcd-io-bbolt as follows:
guix install go-go-etcd-io-bbolt
Or install a particular version:
guix install go-go-etcd-io-bbolt@1.3.11
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of go-go-etcd-io-bbolt about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/go-go-etcd-io-bbolt'><img src='https://packages.guix.gnu.org/packages/go-go-etcd-io-bbolt/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/go-go-etcd-io-bbolt)
Example Org:
[[https://packages.guix.gnu.org/packages/go-go-etcd-io-bbolt][https://packages.guix.gnu.org/packages/go-go-etcd-io-bbolt/badges/latest-version.svg]]