Difference between revisions of "OpenDBX"

From Linuxnetworks
Jump to: navigation, search
m (setup link)
(c api 1.1)
Line 10: Line 10:
 
## [[OpenDBX/Setup|Setup]]
 
## [[OpenDBX/Setup|Setup]]
 
## [[OpenDBX/Usage|API Usage]]
 
## [[OpenDBX/Usage|API Usage]]
## [[OpenDBX/API|API Reference]]
+
## [[OpenDBX/API|C API 1.2 Reference]]
 +
## [[OpenDBX/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 14:35, 29 May 2008

Logo-opendbx.png

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!

  1. Get a picture
    1. Introduction
    2. Backends / Platforms
    3. Comparison
  2. Using OpenDBX
    1. Setup
    2. API Usage
    3. C API 1.2 Reference
    4. C API 1.1 Reference
    5. Supported data types
  3. Resources
    1. Download
    2. Bug Tracker
    3. Mailing List
    4. SVN repository
  4. Future development

See also

Wikipedia: Database access library