orbitinghail / sqlsync

SQLSync is a collaborative offline-first wrapper around SQLite. It is designed to synchronize web application state between users, devices, and the edge.
https://sqlsync.dev
Apache License 2.0
2.29k stars 30 forks source link

table level query subscriptions #17

Open carlsverre opened 1 year ago

carlsverre commented 1 year ago

detect which tables are changed by each mutation as well as which tables are depended on by each query subscription - only invalidate queries that reference changed tables