devglitch/Alembic Migration Checker
Automate Alembic database migration checks for PostgreSQL, MySQL, and SQLite in CI/CD workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| db_url | Database URL. Alternative to specifying individual database connection parameters. Default: '' | no | "" |
| db_type | Database type. Supported types are 'postgresql', 'mysql', and 'sqlite'. Default: 'postgresql' | no | postgresql |
| db_host | Database host | no | "" |
| db_port | Database port. Not required for SQLite. Default: 5432. | no | 5432 |
| db_user | Database user. Not required for SQLite. | no | "" |
| db_password | Database password. Not required for SQLite. | no | "" |
| db_name | Database name. Not required for SQLite. | yes | — |
| migrations_path | Path to the Alembic migrations folder. Default: './migrations/' | no | ./migrations/ |
Outputs
no outputs