Reputation: 703
I'm trying to find MySQL driver written in Python 3 which I may bind to SQL Alchemy. So it should be compatiable with DB-API 2.
The only driver which can connect to MySQL db in this one. But I cannot bind it with SQL Alchemy.
So, are there any other drivers which I can use?
Upvotes: 2
Views: 267
Reputation: 879411
oursql is compatible with Python3 and may bind to SQL Alchemy. It is not written in Python3, but then, neither is mypysql.
Upvotes: 2