Go wrapper for OpenLDAP Lightning Memory-Mapped Database (LMDB). Read more about LMDB here: http://symas.com/mdb/
GoDoc available here: http://godoc.org/github.com/msackman/gomdb
go get github.com/msackman/gomdb
You need to ensure you have installed lmdb yourself.
- write more documentation
- write more unit test
- benchmark
- figure out how can you write go binding for
MDB_comp_funcandMDB_rel_func - Handle go
*Cursorclose withtxn.Commitandtxn.Aborttransparently