2

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?

1 Answer 1

2

oursql is compatible with Python3 and may bind to SQL Alchemy. It is not written in Python3, but then, neither is mypysql.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.