-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
PyMongo 3.0 will make MongoClient, Database, and Collection immutable. New methods will be added to create Database and Collection instances with specific BSON codec options, read preference, and write concern:
pymongo.mongo_client.MongoClient.get_database
pymongo.database.Database.get_collection
pymongo.collection.Collection.with_options
- is depended on by
-
PYTHON-798 common.BaseObject should be immutable
- Closed