SQLAlchemy 0.7 Documentation

Release: 0.7.3 | Release Date: October 16, 2011

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')
Previous: Firebird Next: MaxDB