Comment by wolfgangK
3 days ago
Nice ! Is it possible to connect to an in browser DB like WASM DuckDB https://duckdb.org/docs/api/wasm/overview.html or https://github.com/babycommando/entity-db ?
That would be most useful imho !
3 days ago
Nice ! Is it possible to connect to an in browser DB like WASM DuckDB https://duckdb.org/docs/api/wasm/overview.html or https://github.com/babycommando/entity-db ?
That would be most useful imho !
duckdb works — just import duckdb. We also have built-in SQL cells, powered by duckdb, which should also work.
can I config sql cells to use different data source (remote DB/APIs) instead of local duckdb?