Updated on 2023-11-21 GMT+08:00

PyMongo Package

Python uses PyMongo to provide a unified API for accessing GeminiDB Mongo databases. Applications can perform operations using PyMongo. PyMongo supports SSL connections and uses a connection pool to support multithreaded applications.

To install PyMongo, see the official guide.