Size: 618
Comment: original
|
Size: 2735
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
'''IBM DB2 (UDB) RDBMS.''' | #pragma section-numbers off |
Line 3: | Line 3: |
From official site: ''DB2 Universal Database is the database management system that delivers a flexible and cost-effective database platform to build robust on demand business applications. DB2 UDB further leverages your resources with broad support for open standards and popular development platforms like J2EE and Microsoft .NET. The DB2 UDB family also includes solutions tailored for specific needs like business intelligence and advanced tooling. Whether your business is large or small, DB2 UDB has a solution built and priced to meet your unique needs.'' | = IBM DB2 = |
Line 5: | Line 5: |
Please see Self:DB/2 | == General Information == URL:: http://www.ibm.com/db2 licence:: proprietary platforms:: Linux, UNIX, Windows, z/OS ---- == DB API 2.0 Drivers == === ibm_db === URL:: http://code.google.com/p/ibm-db/ licence:: Apache License Version 2.0 platforms:: OS Independent Python versions:: ''to be specified'' === PyDB2 === URL:: http://sourceforge.net/projects/pydb2/ licence:: GNU Library or Lesser General Public License (LGPL) platforms:: OS Independent Python versions:: ''to be specified'' === ceODBC === URL:: http://ceodbc.sourceforge.net/ licence:: GNU Library or Lesser General Public License (LGPL) platforms:: OS Independent Python versions:: ''to be specified'' === pyodbc === URL:: http://code.google.com/p/pyodbc License:: MIT Platforms:: Windows, Linux, MacOS X, FreeBSD, Solaris, Any (source provided) Python versions:: 2.4 - 2.6 Actively maintained Open Source project. Precompiled binaries are available for Windows. Red``Hat Enterprise Linux, Centos, and Fedora have precompiled RPMs available in their Extras repositories. === mxODBC === URL:: http://www.egenix.com/products/python/mxODBC/ Licence:: commercial Platforms:: Windows, Linux, MacOS X, FreeBSD, Solaris, AIX Python versions:: 2.4 - 2.7 DB2's native CLI is ODBC compatible and mxODBC can link directly against these libraries on Unix. It also supports the DB2 ODBC driver on Windows, including the those for DB2 running on z/OS. === mxODBC Connect === URL:: http://www.egenix.com/products/python/mxODBCConnect/ License:: eGenix Commercial License 1.3.0 Platforms:: Client: all Python platforms; Server: Windows, Linux Python versions:: 2.5 - 2.7 mxODBC Connect is a commercial client-server product that allows connecting Python to ODBC compatible databases running on remote servers without requiring an ODBC driver on the client side. The product uses mxODBC on the server side and provides a highly portable Python library for the client side. As such it supports all database backend that mxODBC supports, but allows connecting to these from many different Python-supported platforms. mxODBC Connect supports asynchronous query execution via the popular [[http://www.gevent.org/|gevent package]], provides secure certificate based authentication, SSL encrypted database connections, comes with full support for stored procedures, multiple result sets, Unicode, a common interface on all platforms and implements [[http://www.egenix.com/products/python/mxODBCConnect/#Features|many other useful features]]. mxODBC Connect Server is compatible with the IBM DB2 ODBC drivers. |
IBM DB2
General Information
- URL
- licence
- proprietary
- platforms
- Linux, UNIX, Windows, z/OS
DB API 2.0 Drivers
ibm_db
- URL
- licence
- Apache License Version 2.0
- platforms
- OS Independent
- Python versions
to be specified
PyDB2
- URL
- licence
- GNU Library or Lesser General Public License (LGPL)
- platforms
- OS Independent
- Python versions
to be specified
ceODBC
- URL
- licence
- GNU Library or Lesser General Public License (LGPL)
- platforms
- OS Independent
- Python versions
to be specified
pyodbc
- URL
- License
- MIT
- Platforms
- Windows, Linux, MacOS X, FreeBSD, Solaris, Any (source provided)
- Python versions
- 2.4 - 2.6
Actively maintained Open Source project.
Precompiled binaries are available for Windows. RedHat Enterprise Linux, Centos, and Fedora have precompiled RPMs available in their Extras repositories.
mxODBC
- URL
- Licence
- commercial
- Platforms
- Windows, Linux, MacOS X, FreeBSD, Solaris, AIX
- Python versions
- 2.4 - 2.7
DB2's native CLI is ODBC compatible and mxODBC can link directly against these libraries on Unix. It also supports the DB2 ODBC driver on Windows, including the those for DB2 running on z/OS.
mxODBC Connect
- URL
- License
- eGenix Commercial License 1.3.0
- Platforms
- Client: all Python platforms; Server: Windows, Linux
- Python versions
- 2.5 - 2.7
mxODBC Connect is a commercial client-server product that allows connecting Python to ODBC compatible databases running on remote servers without requiring an ODBC driver on the client side. The product uses mxODBC on the server side and provides a highly portable Python library for the client side. As such it supports all database backend that mxODBC supports, but allows connecting to these from many different Python-supported platforms.
mxODBC Connect supports asynchronous query execution via the popular gevent package, provides secure certificate based authentication, SSL encrypted database connections, comes with full support for stored procedures, multiple result sets, Unicode, a common interface on all platforms and implements many other useful features.
mxODBC Connect Server is compatible with the IBM DB2 ODBC drivers.