go-memdb: Golang in-memory database built on immutable radix trees
go-memdb: Provides the memdb package that implements 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 …