This project is not actively maintianed anymore. Please look for its forks or alternative implementations for better supported version.
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.
On FreeBSD 10, you must explicitly set CC
(otherwise it will fail with a cryptic error), for example:
CC=clang go test -v
- 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