Replies: 2 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
Thanks Mike. This looks great. I can't yet see the Where DuckDB-Wasm is concerned I do still think there's something to be won from materialising objects as tables / views in the browser. If I wanted to do further analysis on const db2 = DuckDBClient({groups}); -- database: var:db2
SELECT * FROM groups ORDER BY "SUM(Volume)" DESC LIMIT 5 In a perfect world it would be possible to set the original |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Mike,
Do you think it might be possible to build reactivity into SQL cells? Or, more specifically, into DuckDB SQL cells. I don't use Hex, but from the documentation it looks like they have something similar. I think this could be tremendously powerful from a data perspective.
The way I'd see it working is something like this:
output
id and amaterialize
(or similar) boolean attributematerialize
then the output gets loaded into a local DuckDB instance as a tableI appreciate that it's probably nowhere near as simple as that (!)
Cheers,
Ben
Beta Was this translation helpful? Give feedback.
All reactions