electric-sql / pglite

Lightweight WASM Postgres with real-time, reactive bindings.
https://pglite.dev
Apache License 2.0
9.45k stars 204 forks source link

Windowed live queries #395

Open samwillis opened 1 month ago

samwillis commented 1 month ago

We want to have windowed live queries that can be hooked into virtualised scrolling components to efficiently render very long list.

There is a WIP implementation of this in the Linearlite demo app branch: https://github.com/electric-sql/pglite/pull/393