SQLAlchemy 0.6 Documentation

Release: 0.6.9 | Release Date: May 5, 2012
SQLAlchemy 0.6 Documentation » Dialects » Informix

Informix

Table of Contents

Previous Topic

Firebird

Next Topic

MaxDB

Quick Search

Informix

Support for the Informix database.

This dialect is mostly functional as of SQLAlchemy 0.6.5.

informixdb Notes

Support for the informixdb DBAPI.

informixdb is available at:

Connecting

Sample informix connection:

engine = create_engine('informix+informixdb://user:password@host/dbname')