PySQLPool icon indicating copy to clipboard operation
PySQLPool copied to clipboard

replace MySqlDb by PyMySQL

Open Kuv opened this issue 10 years ago • 1 comments

I propose to use pure python library PyMysSQL (https://github.com/PyMySQL/PyMySQL) instead of MySqlDB with C extension.

Kuv avatar Nov 10 '14 06:11 Kuv

this would be great. for example. can't use pysql pool in AWS Lambda due to mysql binary dependency.

nanodust avatar Mar 13 '17 22:03 nanodust