Well ... it seems that if I want to use SA with Informix I have to code the SA dialect code, 'ibm-db-sa' as I review it doesn't support Informix, the best thing I have found is https://github.com/OpenInformix/IfxPy , just did some simple test and worked ok.
I will post any good news in case I will be able to integrate Informix with SA. -- Nestor. On 7/15/19 7:59 AM, Mike Bayer wrote: > > > I dont have any special insight on this. It would obviously > perform pretty poorly, but overall the API you'd want to target first > is pep 249: https://www.python.org/dev/peps/pep-0249/ that does all > the REST stuff, then SQLAlchemy dialect is documented at > https://github.com/sqlalchemy/sqlalchemy/blob/master/README.dialects.rst, > <https://github.com/sqlalchemy/sqlalchemy/blob/master/README.dialects.rst> > I was under the impression that ibm_db_sa > https://pypi.org/project/ibm-db-sa/ supported informix but I'm not > sure this is the case right now. > [...] -- SQLAlchemy - The Python SQL Toolkit and Object Relational Mapper http://www.sqlalchemy.org/ To 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sqlalchemy. To view this discussion on the web visit https://groups.google.com/d/msgid/sqlalchemy/8d2efe09-3639-af40-63dd-9ddcb17cd805%40gmail.com. For more options, visit https://groups.google.com/d/optout.
