Project Description
A simple C#-based wrapper around the GNU DBM library. DBM is a simple database designed to store key-value pairs.
(This library does not wrap the DBM or NDBM modes of the GDBM library!)
Eventually, I'm considering making this a pure-managed implementation of GDBM.
Current Status
The simple wrapper is complete, and tests are provided for most common tasks.
License
The library is released under the GNU General Public License. It isn't the license I'd prefer to use, but the GDBM library itself is under a GNU GPL license, so this wrapper must also be GPL licensed.