OiO.lk Blog python What's the alembic equivalent of `pg_ha_migrations` and `strong_migrations` from RoR?
python

What's the alembic equivalent of `pg_ha_migrations` and `strong_migrations` from RoR?


Both pg_ha_migrations and strong_migrations do a good job of preventing downtime caused by schema migrations locking up the DB. They are popular gems within the Ruby on Rails community.

What’s the equivalent for alembic?



You need to sign in to view this answers

Exit mobile version