rdagumampan / yuniql

Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!
https://yuniql.io
Apache License 2.0
419 stars 64 forks source link

Support docker run -v <workspace> yuniql/yuniql:runner-latest #234

Closed rdagumampan closed 2 years ago

rdagumampan commented 2 years ago
docker run --rm yuniql/yuniql:runner-latest check -c <connection-string> --platform postgresql
docker run --rm -v /absolute/path/to/your/workspace  yuniql/yuniql:runner-latest apply
docker run --rm -v /absolute/path/to/your/workspace  yuniql/yuniql:runner-latest apply -a --debug