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)
More libraries are now supporting C Extensions. We should post benchmarks between: