-Most existing “live query” approaches are either non-SQL in design or narrow in implementation scope. The live query model enabled by PGLite, for example, requires a local-first database architecture, where a local database replicates a portion of an upstream database and serves as the execution context for live queries. This is a valid and effective strategy, but the special topology requirement effectively becomes a new architectural limitation, and live queries become a feature of a _local database_, rather than of SQL databases in general.
0 commit comments