Difference between revisions of "OpenDBX"

From Linuxnetworks
Jump to: navigation, search
(added C++ Links)
(correct svn link)
Line 23: Line 23:
 
## [http://bugs.linuxnetworks.de/index.php?project=3 Bug Tracker]
 
## [http://bugs.linuxnetworks.de/index.php?project=3 Bug Tracker]
 
## [https://lists.sourceforge.net/lists/listinfo/libopendbx-devel Mailing List]
 
## [https://lists.sourceforge.net/lists/listinfo/libopendbx-devel Mailing List]
## [https://libopendbx.svn.sf.net/svnroot/libopendbx/trunk/ SVN repository]
+
## [https://libopendbx.svn.sourceforge.net/svnroot/libopendbx/trunk/ SVN repository]
 
# [[OpenDBX/Future|Future development]]
 
# [[OpenDBX/Future|Future development]]
  

Revision as of 22:39, 9 March 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. Build manually
    2. Use package managers
    3. Existing packages
    4. Common problems
  3. Using OpenDBX
    1. C API Usage
    2. C API 1.2 Reference
    3. C API 1.1 Reference
    4. C++ API Usage
    5. C++ API 1.0 Reference
    6. Supported data types
  4. Resources
    1. Download
    2. Bug Tracker
    3. Mailing List
    4. SVN repository
  5. Future development

See also

Wikipedia: Database access library