tortoise / aerich

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

Migration using Python #148

Closed 1frag closed 3 years ago

1frag commented 3 years ago

Hi, everyone! Sometimes there are not enough .sql scripts for data migration. Is it possible to expand the functionality of the support .py files with upgrade and downgrade functions? This is available in both Alembic and Django. I've already added this functionality to my fork. Here is an example as proof of concept.