SQLAlchemy 0.6 Documentation

Release: 0.6.9 | Release Date: May 5, 2012

Table of Contents

Previous Topic

Firebird

Next Topic

MaxDB

Project Versions

    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')