[ ソース: 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