dbstreams
is C++ class library modelled on std::iostreams
in the C++ standard library. It treats a database connection as a source or sink for data. The basic operations are the same as for iostreams
: open, close, read, and write (but not seek). State information similarly borrows from std::ios
: a stream has a state word with enumerated values: goodbit
, badbit
, failbit
, eofbit
. And the notation is largely the same, with operator<<
and operator>>
serving the purpose of sending data to and reading data from the database. In general, the design mimics iostreams
, permitting the same kind of terse, economical code.Licensing : BSD style
Do not expect an immediate response - the contents of this form will be added to a queue, which I process manually about once a week. If you don't fill in your email address correctly, you will not (obviously) get any reply at all. Other invalid information may result in a mailed request for clarification.
Enter your comment in the areas provided below. Be sure to include your name and email address.
Please don't bother trying to post spam or links to dodgy web sites - everything you post here is reviewed by a human being before being released for public viewing.
For more information on any of Trumphurst's products and services, please