We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf5c87 commit 59f30baCopy full SHA for 59f30ba
doc/tools.rst
@@ -111,8 +111,11 @@ Alternative Drivers
111
-------------------
112
These are alternatives to PyMongo.
113
114
+* `Motor <https://github.com/mongodb/motor>`_ is a full-featured, non-blocking
115
+ MongoDB driver for Python Tornado applications.
116
* `asyncmongo <https://github.com/bitly/asyncmongo>`_ is an asynchronous library
- for accessing mongo which is built on the tornado ioloop.
117
+ for accessing mongo which is built on the Tornado IOLoop, but doesn't support
118
+ to replica sets.
119
* `TxMongo <http://github.com/fiorix/mongo-async-python-driver>`_ is an
120
asynchronous Python driver for MongoDB, although it is not currently
121
recommended for production use.
0 commit comments