guibranco/Database migration
Manage versioned SQL files for database migrations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| operation | Which operation to execute. One of: dry-run, migrate, check, integrity | yes | migrate |
| driver | Which driver to use. One of: mysql, mariadb, postgresql, mssql, oracle11g | yes | mysql |
| host | Database host (domain or IPv4) | yes | 127.0.0.1 |
| user | Database username | yes | root |
| database | Database name | yes | example |
| integrity_commands_file | Path to a file with SQL queries to run for integrity checks (one per line). Required when OPERATION is integrity. | no | "" |
Outputs
| name | description |
|---|---|
| time | The time we ran this action |