SQLAlchemy 0.6.6 Documentation

Version: 0.6.6 Last Updated: 01/08/2011 17:20:49
Index

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:

http://informixdb.sourceforge.net/

Connecting

Sample informix connection:

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