Skip to content

Commit a81e709

Browse files
committed
Add Motor as supported driver for Python Mongo integration
1 parent 7d868a6 commit a81e709

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/platforms/python/guides/pymongo/index.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ automatically.
4848

4949
PyMongo is an official synchronous driver for MongoDB. It means that many other Python libraries interacting with
5050
MongoDB use it under the hood, like, for example `mongoengine` (always) or `umongo` (if selected from multiple available
51-
drivers). Queries generated by those libraries will also be monitored.
51+
drivers). Official async MongoDB driver called `Motor` uses PyMongo under the hood as well.
52+
Queries generated by those libraries will also be monitored.
5253

53-
If you use a different driver (for example, `motor`, `TxMongo`), this integration won't work.
54+
If you use a different driver (for example, `TxMongo`), this integration won't work.
5455

5556
### Mongomock
5657

0 commit comments

Comments
 (0)