Erlang interface to BerkeleyDB
Go to file
2011-12-01 08:13:45 -05:00
c_src Auto-download of db package now works properly. 2011-11-28 18:39:53 -05:00
ebin Use lager for all log messages 2011-11-30 14:44:39 -05:00
include Merge branch 'master' of git://github.com/kpy3/bdberl into merge-changes-from-kpy3 2011-11-28 12:39:11 -05:00
int_test Merge branch 'master' of git://github.com/kpy3/bdberl into merge-changes-from-kpy3 2011-11-28 12:39:11 -05:00
mibs Adding MIB 2009-04-24 09:32:43 -06:00
src Delete just sends back ok for success 2011-12-01 08:13:45 -05:00
test Enable the two delete test cases. Currently the tests will hang as they execute these tests. 2011-11-30 15:01:40 -05:00
.gitignore Use lager for all log messages 2011-11-30 14:44:39 -05:00
LICENSE Added license information. 2009-06-23 15:17:05 -05:00
Makefile Use lager for all log messages 2011-11-30 14:44:39 -05:00
README Add me to the list. 2011-11-29 13:42:06 -05:00
rebar Merge branch 'master' of git://github.com/kpy3/bdberl into merge-changes-from-kpy3 2011-11-28 12:39:11 -05:00
rebar.config Use lager for all log messages 2011-11-30 14:44:39 -05:00
rebar.mk Updated to Oracle Berkeley DB version 5.2.28 2011-08-09 11:01:44 -04:00

This is an Erlang port driver that allows Erlang programs to store data in BerkleyDB.

Authors:
  Dave "dizzyd" Smith <dizzyd@dizzyd.com>
  Phil Toland <phil.toland@gmail.com>
  Jon Meredith <jon@jonmeredith.com>
  Sergey Yelin <elinsn@gmail.com>
  Greg Burd <greg@basho.com> <gregburd@me.com>