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

ArgumentDescriptionEnv Var
FILEPath to the Parquet fileFILE

Examples

sql-studio parquet ./data.parquet