[ 源代码: golang-github-hashicorp-go-memdb ]
软件包:golang-github-hashicorp-go-memdb-dev(1.2.1-1)
golang-github-hashicorp-go-memdb-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-hashicorp-go-memdb:
- [golang-github-hashicorp-go-memdb_1.2.1-1.dsc]
- [golang-github-hashicorp-go-memdb_1.2.1.orig.tar.xz]
- [golang-github-hashicorp-go-memdb_1.2.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
in-memory database built on immutable radix trees
Implementation of a simple in-memory database built on immutable radix trees. The database provides Atomicity, Consistency and Isolation from ACID. Being that it is in-memory, it does not provide durability. The database is instantiated with a schema that specifies the tables and indicies that exist and allows transactions to be executed.
其他与 golang-github-hashicorp-go-memdb-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-hashicorp-go-immutable-radix-dev (>= 1.3.0~)
- immutable radix tree implementation in Golang