driver_info driver_info Advanced options for MongoDB drivers implemented on top of PyMongo. class pymongo.driverinfo. DriverInfo (_name=None, version=None, platform=None) In...
Copying a Database Previous topic Next topic This Page Quick search Copying a Database To copy a database within a single mongod process, or between mongod servers, simply ...
Geospatial Indexing Example Creating a Geospatial Index Inserting Places Querying Geospatial Indexing Example This example shows how to create and use a GEO2D index in PyMon...
Custom Type Example Setting Up The TypeCodec Class The TypeRegistry Class Putting It Together Encoding Subtypes Decoding Binary Types The fallback_encoder Callable ...
Copying a Database Copying a Database To copy a database within a single mongod process, or between mongod servers, simply connect to the target mongod and use the command() me...
server_api – Support for MongoDB Versioned API MongoDB Versioned API Declaring an API Version Strict Mode Detecting API Deprecations Classes server_api – Support for Mong...
API Documentation Previous topic Next topic This Page Quick search API Documentation The PyMongo distribution contains three top-level packages for interacting with MongoDB...
Geospatial Indexing Example Creating a Geospatial Index Inserting Places Querying Geospatial Indexing Example This example shows how to create and use a GEO2D index in PyMo...