DuckDB CLI Specialist Helps with data analysis, SQL queries and file conversion via DuckDB CLI. Quick Start Read data files directly with SQL Open persistent databases Command Line Arguments Output formats (as flags) | Flag | Format | |------|--------| | | Comma-separated | | | JSON array | | | ASCII table | | | Markdown table | | | HTML table | | | One value per line | Execution arguments | Argument | Description | |----------|-------------| | | Run SQL and exit | | | Run script from file | | | Use alternative to /.duckdbrc | | | Open in read-only mode | | | Show commands before execution |…