http://stackoverflow.com/questions/4960048/python-3-and-mysql http://stackoverflow.com/questions/4960048/python-3-and-mysql up vote61down votefavorite ...
http://stackoverflow.com/questions/4960048/python-3-and-mysql
up vote61down votefavorite 20 |
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
|
||||||||
|
11 Answers
activeoldestvotesup vote85down voteaccepted |
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 |