软件包:golang-github-coreos-bbolt-dev(1.3.10-2)
golang-github-coreos-bbolt-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-coreos-bbolt:
- [golang-github-coreos-bbolt_1.3.10-2.dsc]
- [golang-github-coreos-bbolt_1.3.10.orig.tar.gz]
- [golang-github-coreos-bbolt_1.3.10-2.debian.tar.xz]
维护小组:
- Debian Go Packaging Team (QA 页面)
- Anthony Fok (QA 页面)
- Martín Ferrari (QA 页面)
- Tim Potter (QA 页面)
- Dmitry Smirnov (QA 页面)
外部的资源:
- 主页 [github.com]
相似软件包:
low-level key/value database for Go, especially CoreOS's etcd
bbolt is a fork of Ben Johnson's Bolt key/value store (github.com/boltdb/bolt).
The purpose of this fork is to better cater to the needs of CoreOS's etcd (github.com/coreos/etcd), and to provide the Go community with an active maintenance and development target for Bolt; the goal is improved reliability and stability. bbolt includes bug fixes, performance enhancements, and features not found in Bolt while preserving backwards compatibility with the Bolt API.
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.
其他与 golang-github-coreos-bbolt-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-etcd-io-gofail-dev (>= 0.1.0)
- implementation of failpoint - (library)
-
- dep: golang-github-stretchr-testify-dev (>= 1.8.1)
- sacred extension to the standard Go testing package
-
- dep: golang-golang-x-sync-dev (>= 0.5.0)
- Supplemental Go synchronization libraries
-
- dep: golang-golang-x-sys-dev (>= 0.4.0)
- Low-level interaction with the operating system