How can I get a connection URL from an SQLAlchemy Engine instance? -


i begin program generating url object , passing create_engine. in section of code far, far away find out engine connected to, i.e. connection url.

is there easy way this? using inspect can see how driver type. can understand if password component of connection string no longer available, i'm hoping else still available.

any ideas?


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -