-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
In the 2.x driver there used to be .host and .port properties which could be used to recreate a MongoClient (ignoring the other attributes that are passed into the constructor...)
It would be useful if there was a way to get the connection string from the client so it can be recreated / persisted outside of Python.