guibranco/Database migration

Manage versioned SQL files for database migrations

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
operationWhich operation to execute. One of: dry-run, migrate, check, integrityyesmigrate
driverWhich driver to use. One of: mysql, mariadb, postgresql, mssql, oracle11gyesmysql
hostDatabase host (domain or IPv4)yes127.0.0.1
userDatabase usernameyesroot
databaseDatabase nameyesexample
integrity_commands_filePath to a file with SQL queries to run for integrity checks (one per line). Required when OPERATION is integrity.no""
namedescription
timeThe time we ran this action