Skip to content

Open CSV/Parquet/JSON files directly with DuckDB#213

Merged
Maxteabag merged 1 commit into
mainfrom
duckdb-data-files
May 22, 2026
Merged

Open CSV/Parquet/JSON files directly with DuckDB#213
Maxteabag merged 1 commit into
mainfrom
duckdb-data-files

Conversation

@Maxteabag
Copy link
Copy Markdown
Owner

Point a DuckDB connection at a CSV/Parquet/JSON file and sqlit loads it into a real table you can CRUD against. Write back with COPY <table> TO '<path>'.

Refs #146.

Pointing a DuckDB connection at a data file (e.g. /tmp/sales.csv) now
loads it into a real table inside a per-process sidecar .duckdb so the
user can run full CRUD against it. Restarting sqlit re-loads from the
source file; writing back is explicit via COPY <table> TO '<path>'.

Refs #146.
@Maxteabag Maxteabag merged commit fc63200 into main May 22, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant