--SQLAlchemy -The Python SQL Toolkit and Object Relational MapperTo post example code, please provide an MCVE: Minimal, Complete, and Verifiable Example. See http://stackoverflow.com/help/mcve for a full description.---You received this message because you are subscribed to the Google Groups "sqlalchemy" group.To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/ba319cc9-ef50-4eee-b16c-989a3e4fd971n%40googlegroups.com.
Thanks for the prompt response, Michael ...
On Wednesday, October 11, 2023 at 7:01:47 AM UTC-6 Mike Bayer wrote:SQLAlchemy does not include support for this driver - the only IBM driver is the ibm_db_sa you reference, so short of writing your own driver based on that one, that's what's available.
I infer there's a plugin regimen in the SQLAlchemy source to connect with supported drivers ... and some technology for type conversions?
I guess I should clone the source and see if it's possible to add a hookup for the IBM i Access Client Solutions ODBC driver?