Skip to content

Latest commit

 

History

35 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

# Debian
$ apt-get install libdb-dev

# RHEL
$ dnf install libdb-dev

# Mac OS X via homebrew
$ brew install berkeley-db

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

No description, website, or topics provided.

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages