#37366: Update MySQL driver docs about gevent compat
-------------------------------------+-------------------------------------
Reporter: Caleb Hattingh | Type:
| Cleanup/optimization
Status: new | Component:
| Documentation
Version: 6.1 | Severity: Normal
Keywords: mysql, gevent | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
mysqlclient is the "recommended choice", in bold in the docs, but it turns
out that it is not compatible with gevent, since gevent cannot monkey-
patch the networking code inside the native binary. I want to update the
docs to point that out and also add the pure-Python `PyMySQL` library as
an additional driver that is compatible with gevent.
--
Ticket URL: <
https://code.djangoproject.com/ticket/37366>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.