Difference between revisions of "OpenDBX/Support"

From Linuxnetworks
Jump to: navigation, search
(support)
 
(header hierarchy)
Line 1: Line 1:
= Supported databases =
+
== Supported databases ==
  
 
Backends of officially supported database management systems (DBMS) are included in the source distribution and consist of modules for
 
Backends of officially supported database management systems (DBMS) are included in the source distribution and consist of modules for
Line 15: Line 15:
 
Backends for more native database APIs can be written easily. The [[OpenDBX_API|OpenDBX API Reference]] should provide all information to implement a new backend.
 
Backends for more native database APIs can be written easily. The [[OpenDBX_API|OpenDBX API Reference]] should provide all information to implement a new backend.
  
= Tested platforms =
+
== Tested platforms ==
  
 
* FreeBSD
 
* FreeBSD

Revision as of 17:27, 6 May 2007

Supported databases

Backends of officially supported database management systems (DBMS) are included in the source distribution and consist of modules for

  • Firebird
  • Interbase
  • MS SQL Server
  • MySQL
  • Oracle
  • PostgreSQL
  • SQLite
  • SQLite3
  • Sybase

Backends for more native database APIs can be written easily. The OpenDBX API Reference should provide all information to implement a new backend.

Tested platforms

  • FreeBSD
  • Linux
    • Debian
    • Gentoo
    • Fedora
    • RHEL
    • OpenSuSE
  • OpenPKG
  • Solaris

OpenDBX should compile on all Unix based platforms if a C compiler supporting the ISO C99 standard. Furthermore, building a shared library for each backend requires the dlopen() function. Alternatively, all backends can be linked with the core module to a single library. Some backends may only be supported on certain platforms depending on the availability of their used native database client library or of replacements thereof.

Support for the Windows platform is still missing and we would appreciate any help to make OpenDBX available on Windows NT based systems.



Back to Overview