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-clizip file from the latest release (or any prior version). - Place
bin/yosql(orbin/yosql.baton Windows) on your PATH. - Write
.sqlfiles 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.