Zicklag @zicklag.dev · Sep 13

I just setup reactive SQLite queries for Svelte. You can set reactive SQL bindings, and you can even make the SQL query itself reactive so that you can use a query builder that depends on reactive UI variables! This is going to be fun to see how nice it ends up to use in an actual UI.

17 likes 1 replies

?

Replies

Zicklag · Sep 13

This is a part of me and @meri.garden's work on the latest @roomy.chat architecture. Event Stream → SQLIte in Web Worker → reactive SQL queries in the UI 🥳