CLI
Talks about:
<a class="post-tag post-tag-cli" href="/tags/cli">CLI</a>
In order to use the YoSQL
CLI tooling follow these steps:
- Download the
yosql-tooling-cli
zip file from the latest release (or any prior version). - Place
bin/yosql
(orbin/yosql.bat
on Windows) on your PATH. - Write
.sql
files in a directory of your choice (e.g./path/to/your/sql/files
). - Call
yosql --inputBaseDirectory /path/to/your/sql/files
. - Adjust the configuration according to your requirements.