[ Bron: golang-github-hashicorp-go-memdb ]
Pakket: golang-github-hashicorp-go-memdb-dev (0.0~git20180224.1289e7ff-1)
Verwijzigingen voor golang-github-hashicorp-go-memdb-dev
Debian bronnen:
Het bronpakket golang-github-hashicorp-go-memdb downloaden:
- [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]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan golang-github-hashicorp-go-memdb-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-hashicorp-go-immutable-radix-dev
- immutable radix tree implementation in Golang