Stand alone runners for your yuniql-based db migrations.
10K+
This is a stand alone runner for running yuniql-based migrations using docker container. For list of available commands of the CLI, please refer to https://yuniql.io/docs/yuniql-cli-command-reference/
git clone https://github.com/rdagumampan/yuniql.git c:\temp\yuniql
docker run --rm -v c:/play/temp/samples/basic-postgresql-sample:/data yuniql/cli run --platform postgresql -d -c "<your-connection-string>"
docker run --rm yuniql/cli list --platform postgresql -d -c "<your-connection-string>"
Help us improve further please create an issue.
Content type
Image
Digest
Size
160 MB
Last updated
about 4 years ago
docker pull yuniql/cli:win-x64-1.3.10