OpenDBX is an extremely lightweight but extensible database access library written in C. It provides an abstraction layer to all supported databases with a single, clean and simple interface that leads to an elegant code design automatically.
Categories
DatabaseLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow OpenDBX database access library
Other Useful Business Software
Build Securely on AWS with Proven Frameworks
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Rate This Project
Login To Rate This Project
User Reviews
-
I've been using v1.4.6 for years, with "mysql" backend. It is stable and quite straightforward to code with, simpler than interfacing MySQL directly. The unperceivable efficiency loss it may introduce is more than compensated by the ability to support different backends as needed. It supports multi-statements, so a query loops through results, rows, and columns. I suggest configuring it with --disable-utils, --enable-singlelib, and --disable-shared in order to be free to try new versions and still obtain a compact executable. The scarse activity on this project is possibly due to the fact that it just works. An alternative to this is Libzdb, which seems newer. I found no reason to switch, though.