File: index.rst

package info (click to toggle)
python-motor 3.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,572 kB
  • sloc: python: 12,252; javascript: 137; makefile: 74; sh: 8
file content (23 lines) | stat: -rw-r--r-- 847 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Motor asyncio API
=================

.. warning:: Motor will be deprecated on May 14th, 2026, one year after the production release of the PyMongo Async driver. Critical bug fixes will be made until May 14th, 2027.
  We strongly recommend that Motor users migrate to the PyMongo Async driver while Motor is still supported.
  To learn more, see `the migration guide <https://www.mongodb.com/docs/languages/python/pymongo-driver/current/reference/migration/>`_.

.. toctree::

    asyncio_motor_client
    asyncio_motor_client_session
    asyncio_motor_database
    asyncio_motor_collection
    asyncio_motor_change_stream
    asyncio_motor_client_encryption
    cursors
    asyncio_gridfs
    aiohttp

.. seealso:: :doc:`../tutorial-asyncio`

This page describes using Motor with asyncio. For Tornado integration, see
:doc:`../api-tornado/index`.