You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add default and options to get_default_database() (#693)
Add the `default=` parameter to `MongoClient.get_default_database()` to
equalize behavior with `pymongo`.
Forward remaining keyword arguments from
`MongoClient.get_default_database()` to `MongoClient.get_database()`.
Authored by leorochael