Navigation

  • index
  • modules |
  • next |
  • previous |
  • PyMongo 4.10.1 documentation »
  • API Documentation »
  • pymongo – Python driver for MongoDB »
  • pymongo async – Async Python driver for MongoDB

pymongo async – Async Python driver for MongoDB¶

Warning

This API is currently in beta, meaning the classes, methods, and behaviors described within may change before the full release. If you come across any bugs during your use of this API, please file a Jira ticket in the “Python Driver” project at https://jira.mongodb.org/browse/PYTHON.

pymongo.asynchronous.AsyncMongoClient¶

Alias for pymongo.asynchronous.mongo_client.MongoClient.

Sub-modules:

  • change_stream – Watch changes on a collection, database, or cluster
    • AsyncChangeStream
    • AsyncClusterChangeStream
    • AsyncCollectionChangeStream
    • AsyncDatabaseChangeStream
  • client_session – Logical sessions for sequential operations
    • Causally Consistent Reads
    • Transactions
    • Snapshot Reads
    • Classes
    • AsyncClientSession
    • SessionOptions
    • TransactionOptions
  • collection – Collection level operations
    • ReturnDocument
    • AsyncCollection
  • command_cursor – Tools for iterating over MongoDB command results
    • AsyncCommandCursor
    • AsyncRawBatchCommandCursor
  • cursor – Tools for iterating over MongoDB query results
    • AsyncCursor
    • AsyncRawBatchCursor
  • database – Database level operations
    • AsyncDatabase
  • mongo_client – Tools for connecting to MongoDB
    • AsyncMongoClient

Table of Contents

  • pymongo async – Async Python driver for MongoDB
    • AsyncMongoClient

Previous topic

pymongo – Python driver for MongoDB

Next topic

change_stream – Watch changes on a collection, database, or cluster

This Page

  • Show Source

Quick search

«

Navigation

  • index
  • modules |
  • next |
  • previous |
  • PyMongo 4.10.1 documentation »
  • API Documentation »
  • pymongo – Python driver for MongoDB »
  • pymongo async – Async Python driver for MongoDB
© Copyright MongoDB, Inc. 2008-present. MongoDB, Mongo, and the leaf logo are registered trademarks of MongoDB, Inc.