1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Motor Tornado 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::
motor_client
motor_client_session
motor_database
motor_collection
motor_change_stream
motor_client_encryption
cursors
gridfs
web
.. seealso:: :doc:`../tutorial-tornado`
This page describes using Motor with Tornado. For asyncio integration, see
:doc:`../api-asyncio/index`.
|