套件: golang-github-hashicorp-go-memdb-dev (0.0~git20180224.1289e7ff-1)
golang-github-hashicorp-go-memdb-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-hashicorp-go-memdb:
- [golang-github-hashicorp-go-memdb_0.0~git20180224.1289e7ff-1.dsc]
- [golang-github-hashicorp-go-memdb_0.0~git20180224.1289e7ff.orig.tar.xz]
- [golang-github-hashicorp-go-memdb_0.0~git20180224.1289e7ff-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team (郵件存檔)
- Dmitry Smirnov
- Tim Potter
外部的資源:
- 主頁 [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
- immutable radix tree implementation in Golang