Skip to content

docs: add DuckDB community extension tooling page#494

Open
Anant-mishra1729 wants to merge 1 commit into
posit-dev:mainfrom
Anant-mishra1729:docs/add-duckdb-tooling-page
Open

docs: add DuckDB community extension tooling page#494
Anant-mishra1729 wants to merge 1 commit into
posit-dev:mainfrom
Anant-mishra1729:docs/add-duckdb-tooling-page

Conversation

@Anant-mishra1729

@Anant-mishra1729 Anant-mishra1729 commented Jun 27, 2026

Copy link
Copy Markdown

Closes #462

  • Add get_started/tooling/duckdb.qmd covering install, output modes, and the temp table limitation
  • Add DuckDB entry to tooling overview and installation page
  • Use verified working syntax (CTE with unnest(range(10))) rather than the broken range(10) t(x) alias form documented in ggsql-duckdb README

What's included

  • Install/load instructions
  • Working example (verified on v0.4.1)
  • Output modes table with examples (silent, url, spec, html)
  • Temp table limitation with callout boxes

Notes

The README in posit-dev/ggsql-duckdb documents range(10) t(x) as a
working example but this fails with a parse error on v0.4.1. I've filed
a separate bug for that posit-dev/ggsql-duckdb#11. The examples here use
WITH nums AS (SELECT unnest(range(10)) AS x) which is verified working

Closes posit-dev#462

- Add get_started/tooling/duckdb.qmd covering install, output modes,
  piping to other tools, and the temp table limitation
- Add DuckDB entry to tooling overview and installation page
- Use verified working syntax (CTE with unnest(range(10))) rather than
  the broken range(10) t(x) alias form documented in ggsql-duckdb README
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.

Mention DuckDB extension

1 participant