Provides SQLAlchemy dialects for Db2 on IBM i (AS/400), enabling ORM and core SQL access. Current version 0.9.3, supporting Python >=3.6.2. Maintained as part of the IBM i open source ecosystem.
pip install sqlalchemy-ibmiVerified import paths — ran on the pinned version, not inferred.
Minimal working example: connect to IBM i via ibmi:// URL and run a query.
pip install sqlalchemy-ibmi[pyodbc]
Use create_engine with future=True: create_engine('ibmi://...', future=True) or simply upgrade to latest.Switch to ibmi://user:password@host/database