devglitch/Alembic Migration Checker

Automate Alembic database migration checks for PostgreSQL, MySQL, and SQLite in CI/CD workflows

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
db_urlDatabase URL. Alternative to specifying individual database connection parameters. Default: ''no""
db_typeDatabase type. Supported types are 'postgresql', 'mysql', and 'sqlite'. Default: 'postgresql'nopostgresql
db_hostDatabase hostno""
db_portDatabase port. Not required for SQLite. Default: 5432.no5432
db_userDatabase user. Not required for SQLite.no""
db_passwordDatabase password. Not required for SQLite.no""
db_nameDatabase name. Not required for SQLite.yes
migrations_pathPath to the Alembic migrations folder. Default: './migrations/'no./migrations/

no outputs