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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.