My favorites | Sign in
Project Logo
                

Python, DB-API, Django and SQLAlchemy components for IBM Data Servers

Provides Python, Django and SQLAlchemy support for DB2 and Informix IDS Data Servers

Components (Python Eggs):

1. The ibm_db Python Egg contains:

2. The ibm_db_django: Python coded adapter implementing the Django 1.0.2 specification APIs. For more information click here.

3. The ibm_db_sa: Python coded adapter implementing the SQLAlchemy 0.4 specification APIs

Additional information is available in the README files provided in the Python Eggs and also the source repository. The wiki README is also useful to get you started.

Support

Contributing to the ibm_db python project

Guidelines for Contributions

Caveats

Please note that ibm_db requires UCS-2 configured python. you can check if your python is UCS-2 configured or not by using command (Linux):

$ python -c "import sys; print (sys.maxunicode > 2<<15) and 'UCS4' or 'UCS2'" 








Hosted by Google Code