Difference between revisions of "OpenDBX"

From Linuxnetworks
Jump to: navigation, search
(c api 1.1)
(Updated projects using OpenDBX)
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Image:Logo-opendbx.png|right]]
 
[[Image:Logo-opendbx.png|right]]
  
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!
+
OpenDBX is an extremely lightweight but extensible [[Wikipedia: Database access library|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!
  
 
# Get a picture
 
# Get a picture
Line 7: Line 7:
 
## [[OpenDBX/Support|Backends / Platforms]]
 
## [[OpenDBX/Support|Backends / Platforms]]
 
## [[OpenDBX/Comparison|Comparison]]
 
## [[OpenDBX/Comparison|Comparison]]
 +
# Setup OpenDBX
 +
## [[OpenDBX/Setup/Unix-like|Unix-like systems]]
 +
## [[OpenDBX/Setup/Windows|Windows]]
 +
## [[OpenDBX/Setup/MacOS X|MacOS X]]
 +
## [[OpenDBX/Setup/Common_problems|Common problems]]
 
# Using OpenDBX
 
# Using OpenDBX
## [[OpenDBX/Setup|Setup]]
+
## [[OpenDBX/Configuration|Configuration]]
## [[OpenDBX/Usage|API Usage]]
+
## [[OpenDBX/C API|C API]]
## [[OpenDBX/API|C API 1.2 Reference]]
+
## [[OpenDBX/C++ API|C++ API]]
## [[OpenDBX/API 1.1|C API 1.1 Reference]]
+
 
## [[OpenDBX/DBMS Datatypes|Supported data types]]
 
## [[OpenDBX/DBMS Datatypes|Supported data types]]
 +
## [[OpenDBX/Command line utility|Command line utility]]
 +
## [[OpenDBX/Test application|Test application]]
 
# Resources
 
# Resources
 
## [[OpenDBX/Download|Download]]
 
## [[OpenDBX/Download|Download]]
## [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]
+
## [http://dir.gmane.org/gmane.comp.db.opendbx.devel Gmane mailing list archive]
 +
## [https://libopendbx.svn.sourceforge.net/svnroot/libopendbx/trunk/ SVN repository]
 +
# [[OpenDBX/Problems|Known problems]]
 
# [[OpenDBX/Future|Future development]]
 
# [[OpenDBX/Future|Future development]]
  
== See also ==
+
== OpenDBX users ==
  
[[Wikipedia: Database access library]]
+
; [http://dbxtalk.smallworks.com.ar/ DBXTalk] : An Open Source Relational DB Solution for Pharo Smalltalk programming langague
 +
; [http://www.opendkim.org OpenDKIM] : C library for producing DKIM-aware applications and an open source milter for providing DKIM service
 +
; [http://www.powerdns.com/ PowerDNS] : A modern, advanced and high performance authoritative-only nameserver with an [[PowerDNS OpenDBX Backend| OpenDBX backend]]

Latest revision as of 23:41, 24 June 2012

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. MacOS X
    4. Common problems
  3. Using OpenDBX
    1. Configuration
    2. C API
    3. C++ API
    4. Supported data types
    5. Command line utility
    6. Test application
  4. Resources
    1. Download
    2. Bug tracker
    3. Mailing list
    4. Gmane mailing list archive
    5. SVN repository
  5. Known problems
  6. Future development

OpenDBX users

DBXTalk 
An Open Source Relational DB Solution for Pharo Smalltalk programming langague
OpenDKIM 
C library for producing DKIM-aware applications and an open source milter for providing DKIM service
PowerDNS 
A modern, advanced and high performance authoritative-only nameserver with an OpenDBX backend