Re: Announcing MDB C++ wrapper

2012-11-25 Thread Howard Chu
ArtemGr wrote: http://code.google.com/p/libglim/source/browse/trunk/mdb.hpp The wrapper adds Boost Serialization, iterators and triggers to the mix. Any serializable class can be used as a key or a value. Triggers can be used to maintain indexes. Great, thanks. I've added a link to you on the

Announcing MDB C++ wrapper

2012-11-23 Thread ArtemGr
http://code.google.com/p/libglim/source/browse/trunk/mdb.hpp The wrapper adds Boost Serialization, iterators and triggers to the mix. Any serializable class can be used as a key or a value. Triggers can be used to maintain indexes. Notice that there is an MDB issue triggered when using this