Tool for generating shareable DuckDB Shell URLs with encoded SQL queries #2126
yharby
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone! 👋
I built a simple tool to make it easier to share SQL queries with the DuckDB Shell: https://yharby.github.io/duckdb-wasm-query-param/
Example:
Input your query → Generate URL → Share!
For example, this query:
Becomes:
https://shell.duckdb.org/#queries=v0,SELECT-*-FROM-generate_series(1%2C-10)-AS-t(id)~
Source
The code is here: https://github.com/yharby/duckdb-wasm-query-param
Beta Was this translation helpful? Give feedback.
All reactions