PYTHON-954 - Update links and text for TxMongo
This commit is contained in:
parent
e4c8d17a8f
commit
ff79cbacd6
@ -95,8 +95,8 @@ To use MongoDB with `Tornado <http://www.tornadoweb.org/>`_ see the
|
||||
`Motor <https://github.com/mongodb/motor>`_ project.
|
||||
|
||||
For `Twisted <http://twistedmatrix.com/>`_, see `TxMongo
|
||||
<http://github.com/fiorix/mongo-async-python-driver>`_. Compared to PyMongo,
|
||||
TxMongo is less stable, lacks features, and is less actively maintained.
|
||||
<https://github.com/twisted/txmongo>`_. Its stated mission is to keep feature
|
||||
parity with PyMongo.
|
||||
|
||||
Key order in subdocuments -- why does my query work in the shell but not PyMongo?
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
@ -135,6 +135,5 @@ These are alternatives to PyMongo.
|
||||
|
||||
* `Motor <https://github.com/mongodb/motor>`_ is a full-featured, non-blocking
|
||||
MongoDB driver for Python Tornado applications.
|
||||
* `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.
|
||||
* `TxMongo <https://github.com/twisted/txmongo>`_ is an asynchronous Twisted
|
||||
Python driver for MongoDB.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user