ANN: BDB++ 1.0 release

A

Ahn Ki-yung

== 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top