In this video I walkthrough creating a simple implementation of @duckdb Wasm using Javascript. This is a lightweight database that runs in the browser.
0:00 Intro and Example
0:26 HTML
4:14 Initialize DB
9:48 Upload Table
21:02 Update Table List
28:40 Arrow to HTML
34:59 Run Query
39:35 CSS
42:22 Outro
Github repo: https://github.com/mportdata/duckdb-wasm-html-js-simple
Sample datasets: https://www.tablab.app/datasets/sample/parquet
Download
0 formats
No download links available.
Create a database that runs in your browser with DuckDB Wasm and Javascript | NatokHD