golang-github-hashicorp-go-memdb-dev 0.0~git20170123.0.c01f56b-2 (amd64 binary) in ubuntu artful

 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.

Package relationships