Skip to content

Commit 59f30ba

Browse files
puentesarrinbehackett
authored andcommitted
Adding Motor to alternative drivers list
1 parent fcf5c87 commit 59f30ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/tools.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,11 @@ Alternative Drivers
111111
-------------------
112112
These are alternatives to PyMongo.
113113

114+
* `Motor <https://github.com/mongodb/motor>`_ is a full-featured, non-blocking
115+
MongoDB driver for Python Tornado applications.
114116
* `asyncmongo <https://github.com/bitly/asyncmongo>`_ is an asynchronous library
115-
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.
116119
* `TxMongo <http://github.com/fiorix/mongo-async-python-driver>`_ is an
117120
asynchronous Python driver for MongoDB, although it is not currently
118121
recommended for production use.

0 commit comments

Comments
 (0)