duckdb-proxy demo

Write your SQL (e.g. select * from drives), enter the necessary parameters and click "run".

Click "run" to execute the SQL and see the result
Remarks

For the purpose of this demo, and because DuckDB is very powerful and dangerous to publicly expose, duckdb-proxy was started with the --readonly and --max_limit=500 flags. The max_limit flag implies --with_wrap which causes every SQL statement to be wrapped in a CTE.

This single-table demo is based on the Backblaze data dumps