All topics / Alembic, From Zero

Alembic, From Zero

Schema migrations for Python and SQLAlchemy with Alembic: autogenerate from your models, review the diff, and apply with upgrade/downgrade.

  1. The version table is the whole idea
  2. The daily loop: autogenerate, review, upgrade
  3. The autogenerate trap, heads, and merges