pymongo – Python driver for MongoDB¶
Python driver for MongoDB.
- pymongo.version = '4.1.1'¶
Current version of PyMongo.
- pymongo.MongoClient¶
Alias for
pymongo.mongo_client.MongoClient.
- pymongo.ReadPreference¶
Alias for
pymongo.read_preferences.ReadPreference.
- pymongo.MIN_SUPPORTED_WIRE_VERSION¶
The minimum wire protocol version PyMongo supports.
- pymongo.MAX_SUPPORTED_WIRE_VERSION¶
The maximum wire protocol version PyMongo supports.
Sub-modules:
bulk– The bulk write operations interfacechange_stream– Watch changes on a collection, database, or clusterclient_options– Read only configuration options for a MongoClient.client_session– Logical sessions for sequential operationscollation– Tools for working with collations.collection– Collection level operationscommand_cursor– Tools for iterating over MongoDB command resultscursor– Tools for iterating over MongoDB query resultsdatabase– Database level operationsdriver_infoencryption– Client-Side Field Level Encryptionencryption_options– Automatic Client-Side Field Level Encryptionerrors– Exceptions raised by thepymongopackagemongo_client– Tools for connecting to MongoDBmonitoring– Tools for monitoring driver events.operations– Operation class definitionspool– Pool module for use with a MongoDB client.read_concern– Tools for working with read concern.read_preferences– Utilities for choosing which member of a replica set to read from.results– Result class definitionsserver_api– Support for MongoDB Stable APIserver_description– An object representation of a server the driver is connected to.topology_description– An object representation of a deployment of MongoDB servers.uri_parser– Tools to parse and validate a MongoDB URIwrite_concern– Tools for specifying write concernevent_loggers– Example loggers