Re: [sqlalchemy] MySQL default driver for python3

2019-03-14 Thread Tomek Rożen
Thanks guys. I'm updating an existing application to python3, which for some reason used MySQL-python. Tomek czw., 14 mar 2019 o 16:44 Mike Bayer napisał(a): > On Thu, Mar 14, 2019 at 10:41 AM Tomek Rożen > wrote: > > > > Hi, > > > > 'mysqldb

[sqlalchemy] MySQL default driver for python3

2019-03-14 Thread Tomek Rożen
Hi, 'mysqldb' is the default driver, however it does not support python3. Any chance to update the default driver for python3? Otherwise I have to always remember to use "mysql+pymysql://..." in DB URLs. Alternatively, is there a way to override that default from application code? Thanks, Tom