Skip to content

v4.0.2

Choose a tag to compare

@jamesgpearce jamesgpearce released this 11 Aug 01:30
· 2388 commits to main since this release

This release includes a significant optimization for saving TinyBase to a SQLite database. When in autoSave mode, a small change to the Store will result in just the corresponding small change to the database. (Previously any change to a Table could result in the rewriting of the whole database table). Suffice to say this has good performance characteristics for large TinyBase Stores.

Note that there is no equivalent optimization for synchronizing changes in from SQLite yet, since the reactivity of SQLite is not sufficient to know what changed at a detailed level.