Difference between revisions of "OpenDBX"
From Linuxnetworks
(added MacOS X section) |
(command line utility) |
||
Line 17: | Line 17: | ||
## [[OpenDBX/C++ API|C++ API]] | ## [[OpenDBX/C++ API|C++ API]] | ||
## [[OpenDBX/DBMS Datatypes|Supported data types]] | ## [[OpenDBX/DBMS Datatypes|Supported data types]] | ||
+ | ## [[OpenDBX/Command line utility|Command line utility]] | ||
# Resources | # Resources | ||
## [[OpenDBX/Download|Download]] | ## [[OpenDBX/Download|Download]] |
Revision as of 22:11, 30 September 2009
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. If you want your application to support different databases with little effort, this is definitively the right thing for you!
- Get a picture
- Setup OpenDBX
- Using OpenDBX
- Resources
- Known problems
- Future development