Yep, a new command line tools is added, I will polish docs in next PR.
Usage: sqlness-cli [OPTIONS] --case-dir <CASE_DIR> --ip <IP> --port <PORT>
Options:
-c, --case-dir <CASE_DIR> Directory of test cases
-i, --ip <IP> IP of database to test against
-p, --port <PORT> Port of database to test against
-u, --user <USER> User of database to test against
-P, --password <PASSWORD> Password of database to test against
-d, --db <DB> DB name of database to test against
-t, --type <TYPE> Which DBMS to test against [default: mysql] [possible values: mysql]
-h, --help Print help
-V, --version Print version
Which issue does this PR close?
Closes #38
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?
Yep, a new command line tools is added, I will polish docs in next PR.
How does this change test
CI