Merge pull request #2175 from bagerard/document_no_async_driver_support

Document no async driver support
This commit is contained in:
Bastien Gérard 2019-10-16 20:34:26 +02:00 committed by GitHub
commit 178851589d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

13
docs/faq.rst Normal file
View File

@ -0,0 +1,13 @@
==========================
Frequently Asked Questions
==========================
Does MongoEngine support asynchronous drivers (Motor, TxMongo)?
---------------------------------------------------------------
No, MongoEngine is exclusively based on PyMongo and isn't designed to support other driver.
If this is a requirement for your project, check the alternative: `uMongo`_ and `MotorEngine`_.
.. _uMongo: https://umongo.readthedocs.io/
.. _MotorEngine: https://motorengine.readthedocs.io/

View File

@ -23,9 +23,18 @@ MongoDB. To install it, simply run
:doc:`upgrade` :doc:`upgrade`
How to upgrade MongoEngine. How to upgrade MongoEngine.
:doc:`faq`
Frequently Asked Questions
:doc:`django` :doc:`django`
Using MongoEngine and Django Using MongoEngine and Django
MongoDB and driver support
--------------------------
MongoEngine is based on the PyMongo driver and tested against multiple versions of MongoDB.
For further details, please refer to the `readme <https://github.com/MongoEngine/mongoengine#mongoengine>`_.
Community Community
--------- ---------
@ -73,6 +82,7 @@ formats for offline reading.
apireference apireference
changelog changelog
upgrade upgrade
faq
django django
Indices and tables Indices and tables