Replies: 1 comment 1 reply
-
|
I have added some doc here: https://github.com/tekartik/sembast.dart/blob/master/sembast_web/doc/implementation_details.md Storage formatIndexed DBA sembast database is stored in one Indexed DB database that acts a journal database. The journal database allow building a consistent database at any time even across tabs. Synchronization between tabsThe journal database has a global auto-incremental revision number that is incremented for each change Sembast uses web It also registers for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It can be seen from your example that the data is automatically updated in different browser tabs. How does it work? (Because indexdb can't do that.) Thank you
Beta Was this translation helpful? Give feedback.
All reactions