Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 517 Bytes

faq.rst

File metadata and controls

12 lines (9 loc) · 517 Bytes

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.