heraldofsolace/Database Migration

Migrate a Postgres service spinned up for testing purposes.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
database_urlThe db_url connection string. Format postgres://[user[:password]@][netloc][:port][/dbname][?param1=value1&...]yespostgres://root:password@localhost:5432/test?sslmode=disable
migration_files_pathThe file path to the migration filesyesdb/migrations
namedescription
migration_reportReports the status of the database migration