C++ ResourcePool 0.99.23 (Default branch) |
|
|
C++ ResourcePool is a library which can be used to pool resources of
every kind. It can also be used as an abstraction layer by providing a
unique API for different resources of similar resource types; the most
prominent examples are SQL databases. It includes a convenient way to
access MySQL and Oracle databases in the same way, so that changing from
MySQL to Oracle or vice-versa does not need big code changes.
License: GNU General Public License (GPL)
Changes:
A bug in the select example has been fixed. Some
minor performance
improvements have been incorporated, and the
getSessionID() method has
been added to all SQL Resources. The
getSessionID() method returns
a database-dependent session identifier and is
intended for logging
purposes only.
|