[ Bron: golang-github-hashicorp-go-memdb ]
Pakket: golang-github-hashicorp-go-memdb-dev (1.2.1-1)
Verwijzigingen voor golang-github-hashicorp-go-memdb-dev
Debian bronnen:
Het bronpakket golang-github-hashicorp-go-memdb downloaden:
- [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]
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 (>= 1.3.0~)
- immutable radix tree implementation in Golang