Rodel E. Dagumampan
Rodel E. Dagumampan
It would be nice to show the version of the database yuniql is targeting to run when user issues a `yuniql check`.
The current approach to building docker base image of yuniql is bad as it uses multi-stage build and it rebuilds yuniql inside the the docker file. The better solution is...
When `-a` or `auto-create-db` is passed during `yuniql run`, it will create an empty database using the default create database sql commands of the target platform. The command is typically...