Hey PowerSyncer here :) Firstly, it's awesome that you are using @sqlite.org/sqlite-wasm for your client-side SQLite database. We really like wa-sqlite ourselves. We're currently implementing this proposal…
If you are going down that path, might also be useful to read through this PowerSync blog post. - https://powersync.com/blog/sqlite-optimizations-for-ultra-hi...
Author here. The TL;DR is that architecting apps with a synced in-app database eliminates a whole category of work like managing network requests, handling loading states, implementing retry logic, and orchestrating…
Hey PowerSyncer here :) Firstly, it's awesome that you are using @sqlite.org/sqlite-wasm for your client-side SQLite database. We really like wa-sqlite ourselves. We're currently implementing this proposal…
If you are going down that path, might also be useful to read through this PowerSync blog post. - https://powersync.com/blog/sqlite-optimizations-for-ultra-hi...
Author here. The TL;DR is that architecting apps with a synced in-app database eliminates a whole category of work like managing network requests, handling loading states, implementing retry logic, and orchestrating…