Using SQLAlchemy for a project at work where my app sits behind a firewall. Able to use SQLAlchemy for internal connections all day long, but when I want to connect to an outside database, I am unable to. Searching for 'proxy' on the documentation returns articles around creating a read/write view of a target attribute.
When using the Requests python library, I make it web proxy aware by passing the HTTP proxy links into the connection.
Suggestions? Are we able to make SQLAlchemy webproxy aware?