Difference between revisions of "OpenDBX"
From Linuxnetworks
(added common problems link) |
(adapted C API links) |
||
Line 13: | Line 13: | ||
## [[OpenDBX/Setup/Common_problems|Common problems]] | ## [[OpenDBX/Setup/Common_problems|Common problems]] | ||
# Using OpenDBX | # Using OpenDBX | ||
− | ## [[OpenDBX/Usage|API Usage]] | + | ## [[OpenDBX/C API/Usage|C API Usage]] |
− | ## [[OpenDBX/API|C API 1.2 Reference]] | + | ## [[OpenDBX/C API/1.2|C API 1.2 Reference]] |
− | ## [[OpenDBX/API 1.1|C API 1.1 Reference]] | + | ## [[OpenDBX/C API/1.1|C API 1.1 Reference]] |
## [[OpenDBX/DBMS Datatypes|Supported data types]] | ## [[OpenDBX/DBMS Datatypes|Supported data types]] | ||
# Resources | # Resources |
Revision as of 10:10, 4 March 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
- Future development