Comment by drums8787

1 day ago

We use WASM DuckDB as the target for an in-browser agentic feature. Generated SQL runs against the user's individual tables that then feed in-browser dashboards.

Excellent performance.

Where are you storing and fetching the users data to be able to query it in-browser?

Investigating a similar use case and trying to figure out what our infra could look like!