PySQLPool
PySQLPool copied to clipboard
replace MySqlDb by PyMySQL
I propose to use pure python library PyMysSQL (https://github.com/PyMySQL/PyMySQL) instead of MySqlDB with C extension.
this would be great. for example. can't use pysql pool in AWS Lambda due to mysql binary dependency.