Difference between revisions of "OpenDBX"

From Linuxnetworks
Jump to: navigation, search
(intro)
(support)
Line 1: Line 1:
 
[[Image:Logo-opendbx.png|right]]
 
[[Image:Logo-opendbx.png|right]]
  
OpenDBX is an extremely lightweight but extensible C library for accessing databases with a single API. It provides a clean and simple interface across all supported databases that leads to an elegant code design automatically.
+
OpenDBX is an extremely lightweight but extensible C library for accessing databases with a single API. It provides a clean and simple interface across all supported databases 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
 
# Get a picture
 
## [[OpenDBX Introduction|Introduction]]
 
## [[OpenDBX Introduction|Introduction]]
 +
## [[OpenDBX Support|Backends / Platforms]]
 
## [[OpenDBX Comparison|Comparison]]
 
## [[OpenDBX Comparison|Comparison]]
 
# Using OpenDBX
 
# Using OpenDBX

Revision as of 01:49, 15 April 2007

Logo-opendbx.png

OpenDBX is an extremely lightweight but extensible C library for accessing databases with a single API. It provides a clean and simple interface across all supported databases 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. Installation
    2. API Usage
    3. API Reference
  3. Portability hints
    1. Supported data types
    2. Database differences
    3. Portable SQL statements
  4. Bug Tracker
  5. Mailing List