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
Post a Comment