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/szferi/gomdb
go get github.com/szferi/gomdb
There is no dependency on LMDB dynamic library.
- write more documentation
- write more unit test
- benchmark
- figure out how can you write go binding for
MDB_comp_func
andMDB_rel_func
- Handle go
*Cursor
close withtxn.Commit
andtxn.Abort
transparently