Closed leafonsword closed 6 years ago
What is the goto driver for MySQL nowadays?
@Kilo59 PyMySQL(pure python implemented)and mysqlclient(a fork of MySQL-python. It adds Python 3 support and fixed many bugs). When I install mysqlclient, since mysqlclient is a fork of MySQL-python, records works ok, haha~
so we will install mysqlclient, not install MySQL-python
pip install mysqlclient
mygood!!! author should tell us
records' default mysql driver is MySQLdb, but MySQLdb doesn't support python3, how about support PyMySQL?