Difference between revisions of "OpenDBX"

From Linuxnetworks
Jump to: navigation, search
(added link to gmane)
(moved setup for unix/windows to own subtree)
Line 8: Line 8:
 
## [[OpenDBX/Comparison|Comparison]]
 
## [[OpenDBX/Comparison|Comparison]]
 
# Setup OpenDBX
 
# Setup OpenDBX
## [[OpenDBX/Setup/Manual_builds|Build manually]]
+
## [[OpenDBX/Setup/Unix-like|Unix-like systems]]
## [[OpenDBX/Setup/Packages_from_source|Use package managers]]
+
## [[OpenDBX/Setup/Windows|Windows]]
## [[OpenDBX/Setup/Existing_packages|Existing packages]]
+
 
## [[OpenDBX/Setup/Common_problems|Common problems]]
 
## [[OpenDBX/Setup/Common_problems|Common problems]]
 
# Using OpenDBX
 
# Using OpenDBX

Revision as of 11:31, 27 June 2009

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. Setup OpenDBX
    1. Unix-like systems
    2. Windows
    3. Common problems
  3. Using OpenDBX
    1. Configuration
    2. C API
    3. C++ API
    4. Supported data types
  4. Resources
    1. Download
    2. Bug tracker
    3. Mailing list
    4. Gmane mailing list archive
    5. SVN repository
  5. Future development

See also

Wikipedia: Database access library