Difference between revisions of "OpenDBX"

From Linuxnetworks
Jump to: navigation, search
(future)
(removed portable sql)
Line 11: Line 11:
 
## [[OpenDBX Usage|API Usage]]
 
## [[OpenDBX Usage|API Usage]]
 
## [[OpenDBX API|API Reference]]
 
## [[OpenDBX API|API Reference]]
 +
## [[OpenDBX DBMS Datatypes|Supported data types]]
 
# Resources
 
# Resources
 
## [[OpenDBX Download|Download]]
 
## [[OpenDBX Download|Download]]
Line 16: Line 17:
 
## [http://www.freelists.org/list/opendbx Mailing List]
 
## [http://www.freelists.org/list/opendbx Mailing List]
 
# [[OpenDBX - Future|Future development]]
 
# [[OpenDBX - Future|Future development]]
# Portability hints
 
## [[OpenDBX DBMS Datatypes|Supported data types]]
 
## [[OpenDBX DBMS Differences|Database differences]]
 
# Portable SQL
 
## [[Portable SQL - Aliases|Aliases]]
 
## [[Portable SQL - Quoting|Quoting]]
 
## [[Portable SQL - Transactions|Transactions]]
 
## [[Portable SQL - Data manipulation statements|Data manipulation]]
 
  
 
== See also ==
 
== See also ==
  
 
[[Wikipedia: Database access library]]
 
[[Wikipedia: Database access library]]

Revision as of 13:38, 13 May 2007

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. Installation
    2. API Usage
    3. API Reference
    4. Supported data types
  3. Resources
    1. Download
    2. Bug Tracker
    3. Mailing List
  4. Future development

See also

Wikipedia: Database access library