Adding Motor to alternative drivers list
This commit is contained in:
parent
fcf5c87f32
commit
59f30ba2a7
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user