Skip to content

izumin5210/ridgepole-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

ridgepole-docker

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

Installation

whalebrew install izumin5210/ridgepole