Re: Would be nice if Alembic exposed friendly Python interfaces

2014-06-10 Thread Mike Bayer
On 6/10/14, 6:09 PM, Jon Rosebaugh wrote: At my workplace, we use Alembic to handle migrations, but we frequently have minor issues like forgetting to downgrade to the most recent common migration before switching git branches, or not noticing that a branch has migrations to be run when checking

Would be nice if Alembic exposed friendly Python interfaces

2014-06-10 Thread Jon Rosebaugh
At my workplace, we use Alembic to handle migrations, but we frequently have minor issues like forgetting to downgrade to the most recent common migration before switching git branches, or not noticing that a branch has migrations to be run when checking it out. This causes a bit of aggravation. I