tortoise / aerich

A database migrations tool for TortoiseORM, ready to production.
https://github.com/tortoise/aerich
Apache License 2.0
830 stars 95 forks source link

can aerich works with a json or yaml config file like tortoise orm #236

Open oamm opened 2 years ago

oamm commented 2 years ago

I start to use tortoise and I see that it can be configured from a Json to a yaml, so my question is if aerich can have the same scenario in configurations, mainly to reuse the same configuration and reduce errors.