Parquet
Open a local Apache Parquet file. SQL Studio uses DuckDB under the hood to query Parquet files, giving you full SQL access to columnar data.
Note: Parquet 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 parquet <FILE>Arguments
| Argument | Description | Env Var |
|---|---|---|
FILE | Path to the Parquet file | FILE |
Examples
sql-studio parquet ./data.parquet