GUI to create interactive plots and dashboards within DuckDB
Maintainer(s):
Gropaul
Installing and Loading
INSTALL dash FROM community;
LOAD dash;
Example
-- Start dash GUI server
PRAGMA dash;
About dash
The Dash extension allows you to create interactive plots and dashboards locally within DuckDB. For more information, please see the Dash documentation or check out the repository here.
Added Functions
function_name | function_type | description | comment | examples |
---|---|---|---|---|
dash | pragma | NULL | NULL | |
query_result | table | NULL | NULL | |
start_dash | table | NULL | NULL | |
stop_dash | table | NULL | NULL |