defnotwig/pg-safe-migrate

Run pg-safe-migrate commands in your CI pipeline — safety-first PostgreSQL migrations

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandCommand to run: check, up, down, status, lint, doctoryescheck
database_urlPostgreSQL connection stringyes
dirPath to migrations directoryno./migrations
schemaDatabase schema for history tablenopublic
tableHistory table nameno_pg_safe_migrate
transactionTransaction policy: auto | always | nevernoauto
allow_unsafeComma-separated list of safety rules to allow (e.g., PGSM001,PGSM007)no""
versionVersion of pg-safe-migrate to installnolatest
node_versionNode.js version to use (only applicable if setup-node is needed)no20
namedescription
resultExit code from pg-safe-migrate
stdoutStandard output from pg-safe-migrate