How to Install golang-github-hashicorp-go-memdb-dev in Ubuntu 18.04



Install golang-github-hashicorp-go-memdb-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install golang-github-hashicorp-go-memdb-dev

Description:

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.

Homepage: https://github.com/hashicorp/go-memdb

Version: 0.0~git20170123.0.c01f56b-2

Section: universe/devel