I am using ActiveState Python 3 on Windows and wanted to connect to my MySQL database. I heard that Is there a repository available where the binaries exist for | |||||||||
|
There are currently a few options for using Python 3 with mysql: https://pypi.python.org/pypi/mysql-connector-python
https://pypi.python.org/pypi/pymysql
https://github.com/nakagami/CyMySQL
https://pypi.python.org/pypi/mysqlclient
benchmarks here: https://github.com/methane/mysql-driver-benchmarks |