motor

Package — DatabasePython 3.7+Intermediate

Async MongoDB driver for asyncio/Tornado

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
pymongo
Install
pip install motor

Learn by Difficulty

Quick Example

python
# Install: pip install motor
import motor

# Basic motor usage
print(f"Using motor")
# See documentation for detailed examples

motor is a third-party package. Async MongoDB driver for asyncio/Tornado. Install with: pip install motor

Try in Playground

Tags

packagedatabaseormpersistence