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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.