Constant::datastore is a C++ class providing access to CDB constant databases.
| Tags | Database |
|---|---|
| Licenses | GPL |
| Implementation | C++ |
Recent releases


Changes: An errno importation problem that was stopping compiles on Mandrake 10 (and probably others with gcc 3.3) has been fixed.


Changes: A problem with not allocating enough space for some strings was fixed.


Changes: Databases can now be dumped and iterated through (though C++ iterators have not been implemented yet). Some refactoring will probably need to be done, but the datastore class interface is now stable.


Changes: Logging (to a cdbmake formated log) and doxygen have been added. The ability to back up the database has been added, which will be handy later when the library can create new databases.


No changes have been submitted for this release.
- All comments
Recent commentsI have other implementation
Hi, Joshua!
May be my C++ wrapper for CDB will be
interesting for you!
http://freshmeat.net/projects/cdbxx
I use very interesting TinyCDB implementation of
CDB library ;)
--
With best regards
Stanislav Ievlev.