Search Shortcut cmd + k | ctrl + k
dash

A fully local visual data explorer within DuckDB for building interactive dashboards and DAG pipelines.

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, data canvases 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  

Overloaded Functions

Added Types

Added Settings