BDB++ is a C++ Standard Library style API built on top of the Berkeley DB C++ API. BDB++ allows programmers to utilize Berkeley DB within the C++ Standard Library framework.
Be the first to post a text review of BDB++. Rate and review a project by clicking thumbs up or thumbs down in the right column.
2005-04-05 Ahn Ki-yung <kyagrd@bawi.org> * critical bug related to equal_range fixed 2005-01-25 Ahn Ki-yung <kyagrd@bawi.org> * restructured source code using GNU autotools. * transaction support. 2005-01-21 Ahn Ki-yung <kyagrd@bawi.org> * support for Berkeley DB versinos 4.0, 4.1, 4.2, 4.3. 2004-06-04 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99c.tar.gz 2004-05-25 Ahn Ki-yung <kyagrd@bawi.org> * Critical Bug Fixed from 0.99b: infinite loop in BdbBtree<>::erase. 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99b.tar.gz 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * support for secondary indexes added. 2004-03-19 Ahn Ki-yung <kyagrd@bawi.org> * project registered on sourceforge. 2004-03-18 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.93a.tgz 2004-03-17 Ahn Ki-yung <kyagrd@bawi.org> * finished, container class coding. Source file restructuring. 2004-03-12 Ahn Ki-yung <kyagrd@bawi.org> * finished utility, iterator class coding. 2004-03-02 Ahn Ki-yung <kyagrd@bawi.org> * project started.
2005-04-05 Ahn Ki-yung <kyagrd@bawi.org> * critical bug related to equal_range fixed 2005-01-25 Ahn Ki-yung <kyagrd@bawi.org> * restructured source code using GNU autotools. * transaction support. 2005-01-21 Ahn Ki-yung <kyagrd@bawi.org> * support for Berkeley DB versinos 4.0, 4.1, 4.2, 4.3. 2004-06-04 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99c.tar.gz 2004-05-25 Ahn Ki-yung <kyagrd@bawi.org> * Critical Bug Fixed from 0.99b: infinite loop in BdbBtree<>::erase. 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99b.tar.gz 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * support for secondary indexes added. 2004-03-19 Ahn Ki-yung <kyagrd@bawi.org> * project registered on sourceforge. 2004-03-18 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.93a.tgz 2004-03-17 Ahn Ki-yung <kyagrd@bawi.org> * finished, container class coding. Source file restructuring. 2004-03-12 Ahn Ki-yung <kyagrd@bawi.org> * finished utility, iterator class coding. 2004-03-02 Ahn Ki-yung <kyagrd@bawi.org> * project started.
== Abstract == BDB++ is a C++ Standard Library style API built on top of the Berkeley DB C++ API. BDB++ allows programmers to utilize Berkeley DB within the C++ Standard Library framework. == Websites == * http://bdbplusplus.sf.net/ Project Homepage * http://sf.net/projects/bdbplusplus Sourcforge Project Page * http://cvs.sourceforge.net/viewcvs.py/bdbplusplus/ View CVS == Motive == If you are a C++ programmer with C++ Standard Library background and you have an experience of Berkeley DB programming, I am sure that you had wished for a cozy C++ Standard Library container/iterator style interface for the Berkeley DB. Conceptually, it is clear that the Berkeley DB database is a container and the cursor to the database is an iterator. BDB++ implementation provides standard C++ container style interface to the Berkely DB. Enjoy! == Features == Provides bdbmap, bdbmultimap and bdbiterator and other utility classes for DB_BTREE accesss method. == Improvements from previous version == * Now supports all Berkely DB 4.x versions. (4.0, 4.1, 4.2, 4.3) * Project was reorganized and autoconfisticated using GNU Autotools.
2005-01-25 Ahn Ki-yung <kyagrd@bawi.org> * restructured source code using GNU autotools. * transaction support. 2005-01-21 Ahn Ki-yung <kyagrd@bawi.org> * support for Berkeley DB versinos 4.0, 4.1, 4.2, 4.3. 2004-06-04 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99c.tar.gz 2004-05-25 Ahn Ki-yung <kyagrd@bawi.org> * Critical Bug Fixed from 0.99b: infinite loop in BdbBtree<>::erase. 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99b.tar.gz 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * support for secondary indexes added. 2004-03-19 Ahn Ki-yung <kyagrd@bawi.org> * project registered on sourceforge. 2004-03-18 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.93a.tgz 2004-03-17 Ahn Ki-yung <kyagrd@bawi.org> * finished, container class coding. Source file restructuring. 2004-03-12 Ahn Ki-yung <kyagrd@bawi.org> * finished utility, iterator class coding. 2004-03-02 Ahn Ki-yung <kyagrd@bawi.org> * project started.
2005-01-25 Ahn Ki-yung <kyagrd@bawi.org> * restructured source code using GNU autotools. * transaction support. 2005-01-21 Ahn Ki-yung <kyagrd@bawi.org> * support for Berkeley DB versinos 4.0, 4.1, 4.2, 4.3. 2004-06-04 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99c.tar.gz 2004-05-25 Ahn Ki-yung <kyagrd@bawi.org> * Critical Bug Fixed from 0.99b: infinite loop in BdbBtree<>::erase. 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.99b.tar.gz 2004-05-06 Ahn Ki-yung <kyagrd@bawi.org> * support for secondary indexes added. 2004-03-19 Ahn Ki-yung <kyagrd@bawi.org> * project registered on sourceforge. 2004-03-18 Ahn Ki-yung <kyagrd@bawi.org> * packaged bdbplusplus-0.93a.tgz 2004-03-17 Ahn Ki-yung <kyagrd@bawi.org> * finished, container class coding. Source file restructuring. 2004-03-12 Ahn Ki-yung <kyagrd@bawi.org> * finished utility, iterator class coding. 2004-03-02 Ahn Ki-yung <kyagrd@bawi.org> * project started.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?
Thanks for your review!
Get credit for your review by logging in via OpenID. Click your account provider: