DuckDB-Wasm Examples's repositories
sveltekit-typescript
Demo of duckdb-wasm in static sveltekit.
duckdbwasm-vitebrowser
Barebones example of querying with duckdb-wasm using Vite and just the browser (no front-end framework). No dataset file is loaded; the data is created using the generate_series function.
observableplot-svelte-typescript
Using DuckDB-Wasm to query a parquet file and plot the results using Observable Plot.