1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:42:09 +02:00

duckdb: add UI example (#16204)

This commit is contained in:
Gabor Szarnyas 2025-04-20 12:13:20 +02:00 committed by GitHub
parent ef552b82b1
commit 0bcbb3e96e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,6 @@
`cat {{path/to/source.csv}} | duckdb -c "{{COPY (FROM read_csv('/dev/stdin')) TO '/dev/stdout' WITH (FORMAT CSV, HEADER)}}"`
- Display help:
- Start the DuckDB UI, a web interface with notebooks:
`duckdb -help`
`duckdb -ui`