The Debea Database Access Library is a collection of interfaces that map C++ objects to relations in various SQL and file databases. The library uses a plug-in architecture to support various SQL RDBMSes and provides one simple interface for query processing and object serialization. There is a wrapper for wxWidgets that replaces the original dba API with a wx-friendly version.
| Tags | Database API |
|---|---|
| Licenses | wxWidgets license |
| Operating Systems | Unix POSIX Windows Windows |
| Implementation | C++ |
Last announcement
Debea discussion group was moved to googlegroups.com
There are two reasons for this move:
- google handles spam much better that old server d...
Recent releases


Release Notes: This release fixes NULL handling when using dba::SQL.


Release Notes: This release fixes memory corruption with multiple inheritance and an incorrect return value of IStream::get.


Release Notes: This is the first stable version with major new features. An API for constructing and sending parametrized SQL statements was added. Limited support for XML format was added.


Release Notes: The major new features are an API for constructing and sending parametrized SQL statements and limited support for an XML format. This is the first release candidate for the next stable version.


Release Notes: Compilation for gcc 4.3.2 was fixed.