CSV
Open a local CSV file. SQL Studio uses DuckDB under the hood to query CSV files, giving you full SQL access to tabular data.
Note: CSV support is not available in the musl (static Linux) build because it depends on DuckDB. Use the glibc Linux build, macOS, or Windows instead.
Usage
sql-studio csv <FILE>Arguments
| Argument | Description | Env Var |
|---|---|---|
FILE | Path to the CSV file | FILE |
Examples
sql-studio csv ./data.csv