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?