Re: [sqlalchemy] Web API Wrapper for Informix Database

2016-04-03 Thread Brian Van Klaveren
I think what you actually would need to do is implement your own version of the DBAPI (effectively a parodying DBAPI). Then you would just configure a SQLAlchemy engine to use that DBAPI. In this scenario, a requests session would be started on the acquisition of a cursor (or maybe on connect()

[sqlalchemy] Web API Wrapper for Informix Database

2016-04-03 Thread Nathan Nelson
I have a Cisco CallManager server that runs Informix under the hood. Unfortunately, Cisco does not allow direct ODBC connectivity into the underlying database server. With that being said, they do provide an AXL (administrative XML) SOAP based web API that allows you to query the underlying d