Added a FAQ to doc and Document the fact that we dont support motor
This commit is contained in:
		
							
								
								
									
										13
									
								
								docs/faq.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								docs/faq.rst
									
									
									
									
									
										Normal 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/ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user