Erlang interface to BerkeleyDB
Go to file
Jon Meredith 0affeb825c Cleaned up driver
- removed the lock checks now we are happy with the mutex
 - replaced 'const == var' tests with 'var == const' to make code consistent.
2009-06-23 15:02:33 -05:00
c_src Cleaned up driver 2009-06-23 15:02:33 -05:00
ebin Bumped version for release. 2009-05-22 14:04:14 -06:00
include Added bdberl:driver_info() function to get driver parameters. 2009-06-23 15:02:32 -05:00
int_test The read lock checks for the G_DATABASES rwlock were incorrect. Multiple readers 2009-06-23 15:02:33 -05:00
mibs Adding MIB 2009-04-24 09:32:43 -06:00
src Added versions of transaction() and update() that take a transaction 2009-06-23 15:02:33 -05:00
test Removed unused line. 2009-06-23 15:02:31 -05:00
.gitignore Ignore the priv/mibs directory 2009-04-24 16:22:13 -05:00
Rakefile Relaced G_DATABASES rwlock with a mutex. 2009-06-23 15:02:33 -05:00