Adding Motor to alternative drivers list

This commit is contained in:
Jorge Puente Sarrín 2013-03-22 19:58:51 -05:00 committed by Bernie Hackett
parent fcf5c87f32
commit 59f30ba2a7

View File

@ -111,8 +111,11 @@ Alternative Drivers
-------------------
These are alternatives to PyMongo.
* `Motor <https://github.com/mongodb/motor>`_ is a full-featured, non-blocking
MongoDB driver for Python Tornado applications.
* `asyncmongo <https://github.com/bitly/asyncmongo>`_ is an asynchronous library
for accessing mongo which is built on the tornado ioloop.
for accessing mongo which is built on the Tornado IOLoop, but doesn't support
to replica sets.
* `TxMongo <http://github.com/fiorix/mongo-async-python-driver>`_ is an
asynchronous Python driver for MongoDB, although it is not currently
recommended for production use.