Back to browse
GitHub Repository
0 starsPython

Rename and reorder messy Alembic migrations automatically

by pavlikenemy·Mar 29, 2026·2 points·0 comments

AI Analysis

●●SolidSolve My ProblemCozy

Renames Alembic migrations chronologically when file_template only affects new files.

Strengths
  • Zero third-party dependencies, runs on pure Python 3.12+
  • Handles existing files Alembic's config ignores
  • Dry-run mode prevents accidental filesystem changes
Weaknesses
  • Niche utility only useful for Alembic users
  • Doesn't prevent the mess, just cleans it up
Target Audience

Python developers using Alembic for database migrations

Similar To

Alembic · django-migrations-linter

Similar Projects