[ 原始碼: 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