nishigori / goberkeleydb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goberkeleydb

Build Status

BerkeleyDB is a good old key value DB library. goberkeleydb is a BerkeleyDB binding for go.

install

BerkeleyDB library and the header files are required. Please install them before run go get. For example:

$ apt-get install libdb-devel

then, go get

$ go get -u github.com/ajiyoshi-vg/goberkeleydb/bdb

misc

Some apis are not implemented yet. You can implement any ohter apis you need.

About

License:Do What The F*ck You Want To Public License


Languages

Language:Go 100.0%