Run DuckDB inside your browser thanks to Webassembly. When is that useful?
Running a database instance inside a browser is nothing new.
I've already explored the idea in Running PostgreSQL Inside Your Browser With PGLite where I explained:
PGlite is a WASM Postgres build packaged into a TypeScript client library that enableyou to run Postgres in the browser with no need to install any other dependencies.
https://www.i-programmer.info/news/84-database/17726-duckdb-webassembly-whattheduck.html
Comments