Difference between revisions of "OpenDBX"

From Linuxnetworks
Jump to: navigation, search
(Wikipedia link)
(See also)
Line 22: Line 22:
 
== See also ==
 
== See also ==
  
[http://en.wikipedia.org/wiki/Database_access_library Database access library]
+
[[Wikipedia: Database access library]]

Revision as of 14:52, 21 April 2007

Logo-opendbx.png

OpenDBX is an extremely lightweight but extensible database access library written in C. It provides a single, 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. Resources
    1. Download
    2. Bug Tracker
    3. Mailing List
  3. Using OpenDBX
    1. Installation
    2. API Usage
    3. API Reference
  4. Portability hints
    1. Supported data types
    2. Database differences
    3. Portable SQL statements

See also

Wikipedia: Database access library