Zero is a ✨generalized✨ sync engine that should work for a wide variety of apps, and is enabled by IVM.

In traditional dbs, you do a single query and get a single result. If data changes, you re-run the query. Even in "realtime" databases, what's usually happening is re-running queries.

Comments