Download List

專案描述

libstldb4 is a C++ wrapper for the sleepycat db4
database. It uses the STL in the API where
sensible, allows standard IOStreams for data
access where sensible, e.g. getting the value of a
key should be able to use an istream interface to
allow simple partial value retreival, and moves
the transaction parameter to be the last optional
parameter or provides two versions of the same
method for trans/nontrans. The API has been
modified to use more standard types. Operator
overloading is used to allow quick and dirty
coding (mydb[ "key" ] = "value";) to set and cerr.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-10-13 15:27 Back to release list
0.4.3

This release adds new overloaded methods for
read_only db access.
標籤: Minor feature enhancements

Project Resources