electric-sql / pglite

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

Support for accessing database from multiple browser tabs. #32

Closed samwillis closed 2 months ago

samwillis commented 7 months ago

Currently a persisted Database can only be safely opened from one tab at a time. We need to support access from multiple tabs, this will probably be via routing all operations to a single worker.