Erlang interface to BerkeleyDB
Go to file
Gregory Burd 27438453bb Add support for cursor_get() which is used to position the cursor as
well as to get items based on its location.
2011-11-27 21:03:02 -05:00
c_src Add support for cursor_get() which is used to position the cursor as 2011-11-27 21:03:02 -05:00
ebin Fix version, it should match Berkeley DB. 2011-08-09 15:02:04 -04:00
include Add support for cursor_get() which is used to position the cursor as 2011-11-27 21:03:02 -05:00
int_test Added del()ete to Erlang API. 2011-08-10 17:26:19 -04:00
mibs Adding MIB 2009-04-24 09:32:43 -06:00
src Add support for cursor_get() which is used to position the cursor as 2011-11-27 21:03:02 -05:00
test Add support for cursor_get() which is used to position the cursor as 2011-11-27 21:03:02 -05:00
.gitignore Updated to Oracle Berkeley DB version 5.2.28 2011-08-09 11:01:44 -04:00
LICENSE Added license information. 2009-06-23 15:17:05 -05:00
Makefile Now passing all tests. 2011-08-09 12:15:08 -04:00
README Updated Jon's email address. 2009-06-23 15:27:37 -05:00
rebar Add a recent copy of rebar. 2011-08-08 16:29:34 -04:00
rebar.config Updated to Oracle Berkeley DB version 5.2.28 2011-08-09 11:01:44 -04: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>