Aerich

⚠️ Warning
For tortoise-orm>=1.0.0, you can use the built-in cli for migrating, e.g.: python -m tortoise makemigrations
See more at: https://github.com/tortoise/tortoise-orm?tab=readme-ov-file#migrations
English | Русский
Introduction
Aerich is a database migrations tool for TortoiseORM, which is like alembic for SQLAlchemy,
or like Django ORM with it's own migration solution.
Install
Just install from pypi:
pip install "aerich[toml]"
Or install the latest version directly from github with the