Try live | GitHub repo | Open in StackBlitz
A browser-based SQL query editor that connects directly to MotherDuck's cloud-hosted DuckDB using the WASM connector. Features include:
- Example of using the
WasmMotherDuckDbConnectorfrom@sqlrooms/motherduck - Connect to MotherDuck from the browser using DuckDB WASM
- Run SQL queries against local and cloud datasets
- Attach and query DuckLake data lake and catalog
To create a new project from the query-motherduck example run this:
npx giget gh:sqlrooms/examples/query-motherduck my-new-app/