tortoise / tortoise-orm

Familiar asyncio ORM for python, built with relations in mind
https://tortoise.github.io
Apache License 2.0
4.58k stars 379 forks source link

db_url schema 'mysql+asyncmy' support #1053

Open byte-voyager opened 2 years ago

byte-voyager commented 2 years ago

Is your feature request related to a problem? Please describe. I want to install aiomysql and asyncmy packages at the same time, but I want aiomysql to take effect for orm

Describe the solution you'd like

dburl='mysql+aiomysql://...'
long2ice commented 2 years ago

why asyncmy is not enough?

byte-voyager commented 2 years ago

when I want to test the difference between aiomysql and asyncmy, it cannot be specified as aiomysql