What problem does it solve?
Use this Skill to quickly connect to a Flight SQL server and execute SQL, so you can avoid manual setup and repetitive client work when exploring data or validating queries.
Core Features & Use Cases
- Connect and authenticate to Flight SQL: Provide host, port, username, and password, then run queries against the remote service.
- Execute queries in multiple modes: Run a single statement and exit, pipe SQL via standard input, or use an interactive REPL workflow.
- Control output and visibility: Choose table or delimited/structured outputs (json, csv, tsv, psv) and optionally print the decoded result schema for debugging and planning.
Quick Start
Run arrow_cli with your server URL, credentials, and a SQL statement using the --command option to execute and immediately view results.