Release: Berkeley-DB for .NET -
12-21-2005
, 11:01 AM
For anyone interested in using Berkeley-DB in the .NET environment:
The "Berkeley-DB for .NET" project on SourceForge has released
a first beta version of a .NET assembly wrapping the C-API
of Berkeley DB 4.3.29.
- The most used API members have been implemented, missing
is the locking, logging and most of the memory pool API.
- Many of the API members are not tested yet.
- Documentation is lacking badly, however, the translation
is quite close to the original, and knowing the C-API
should help.
- Two demo apps are included, which should somewhat compensate
for the missing documentation.
The SF link: http://sourceforge.net/projects/libdb-dotnet
Karl |