Usage w/ whalebrew
DATABASE_URL=postgres://postgres:@host.docker.internal:5432/dbname
# export
ridgepole -o Schemafile -c $DATABASE_URL --export
# apply
ridgepole -o Schemafile -c $DATABASE_URL --apply
whalebrew install izumin5210/ridgepole
DATABASE_URL=postgres://postgres:@host.docker.internal:5432/dbname
# export
ridgepole -o Schemafile -c $DATABASE_URL --export
# apply
ridgepole -o Schemafile -c $DATABASE_URL --apply
whalebrew install izumin5210/ridgepole