OpenDBX 1.3.5 (Development branch) |
|
|
The OpenDBX libraries provide a unified and
consistent API for software developers to
different database management systems. The C and
C++ libraries aim to implement access to the
native database interfaces efficiently via a thin
abstraction layer. They consist of a basic set of
functions that are part of all vendor database
libraries and can be extended by additional
function blocks. Currently, Firebird/Interbase, MS
SQL Server, MySQL, Oracle, PostgreSQL, SQLite 2
and 3, and Sybase ASE are supported.
License: GNU Lesser General Public License (LGPL)
Changes:
This development release contains a prototype of an ODBC backend for the OpenDBX database access library. It's not fully functional yet and is missing the code for data retrieval but data definition and manipulation statements work. Also, the code does compile cleanly if the latest GCC compiler suite is used. The automake scripts were improved to add libdl only to the core library and to make more clear what's missing if header files or libraries are missing. Minor fixes were applied to the documentation.
|