PS C:\Users\bell-> sql-studio Single binary, single command SQL Database Explorer. Usage: sql-studio.exe [OPTIONS] <COMMAND> Commands: sqlite A local SQLite database libsql A remote SQLite database via libSQL local-libsql A local SQLite database via libSQL postgres A PostgreSQL database mysql A MySQL/MariaDB database duckdb A local DuckDB database clickhouse A ClickHouse database mssql A Microsoft SQL Server database help Print this message or the help of the given subcommand(s) Options: -a, --address <ADDRESS> The address to bind to [env: ADDRESS=] [default: 127.0.0.1:3030] -t, --timeout <TIMEOUT> Timeout duration for queries sent from the query page [env: TIMEOUT=] [default: 5secs] -b, --base-path <BASE_PATH> Base path to be provided to the UI. [e.g /sql-studio] [env: BASE_PATH=] --no-browser Don't open URL in the system browser [env: NO_BROWSER=] --no-shutdown Don't show the shutdown button in the UI [env: NO_SHUTDOWN=] -h, --help Print help -V, --version Print version