tortoise / aerich

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

feat: Add support for dynamically load DDL classes #248

Closed isaquealves closed 2 years ago

isaquealves commented 2 years ago

Adopt a strategy of loading classes based on their names, allowing to easily add new database support without changing Migrate class logic

long2ice commented 2 years ago

Thanks!