You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bus is dialect agnostic, event source differs
- PG: a shadow table that is polled (unchanged)
- Sqlite: assumes single thread access (the DO model), so updates are immediately pushed to the bus
with special handling to only flush events at commit in case of a transaction
- Opt-in to live is now through a { live: true } flag on the db.Table meta-class
0 commit comments