Skip to content

Commit 4b07da4

Browse files
committed
docs: note duckdb/parquet/csv unavailable on musl
1 parent e8ba757 commit 4b07da4

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

docs/app/docs/databases/csv/page.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ twitter:
1717

1818
Open a local CSV file. SQL Studio uses DuckDB under the hood to query CSV files, giving you full SQL access to tabular data.
1919

20+
> **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.
21+
2022
## Usage
2123

2224
```bash

docs/app/docs/databases/duckdb/page.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ twitter:
1717

1818
Open a local DuckDB database file. DuckDB is an in-process analytical database, ideal for working with large datasets.
1919

20+
> **Note:** DuckDB support is not available in the musl (static Linux) build due to compatibility limitations. Use the glibc Linux build, macOS, or Windows instead.
21+
2022
## Usage
2123

2224
```bash

docs/app/docs/databases/parquet/page.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ twitter:
1717

1818
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.
1919

20+
> **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.
21+
2022
## Usage
2123

2224
```bash

0 commit comments

Comments
 (0)