tinyplex / tinybase

The reactive data store for local‑first apps.
https://tinybase.org
MIT License
3.57k stars 69 forks source link

[transactions] Add startTransaction and finishTransaction #10

Closed jamesgpearce closed 2 years ago

jamesgpearce commented 2 years ago

This allows explicit start and finish operations for more 'open-ended' transactions that might have to handle asynchronous updates.