SQLAlchemy 0.7 Documentation

Release: 0.7.10 | Release Date: February 7, 2013 | Download PDF

Table of Contents

Previous Topic

Firebird

Next Topic

MaxDB

Project Versions

Quick Search

Informix

Support for the Informix database.

Note

The Informix dialect functions on current SQLAlchemy versions but is not regularly tested, and may have many issues and caveats not currently handled.

informixdb Notes

Support for the informixdb DBAPI.

informixdb is available at:

Connecting

Sample informix connection:

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