CyMySQL
CyMySQL copied to clipboard
CyMySQL: Python MySQL Client powered by Cython
django == 3.0.5 django-cymysql == 3.0.0 cymysql == 0.9.14 mysql == 5.7.23 Traceback (most recent call last): File "/home/linux/py3env/lib/python3.7/site-packages/django/db/backends/base/base.py", line 220, in ensure_connection self.connect() File "/home/linux/py3env/lib/python3.7/site-packages/django/utils/asyncio.py", line 26, in inner...
More libraries are now supporting C Extensions. We should post benchmarks between: - [mysql-connector](https://github.com/mysql/mysql-connector-python) - Use C API by setting [use_pure=False](https://dev.mysql.com/doc/connector-python/en/connector-python-cext-development.html) - [mysqlclient-python](https://github.com/PyMySQL/mysqlclient-python) - CyMySQL (this library)