TinyBase logoTinyBase

RowHashes

The RowHashes type is used to quickly compare the content of two sets of Row objects.

{[tableId: Id]: {[rowId: Id]: Hash}}

It is simply a nested object of Hash types, one for each Row Id, for each TableId, in the MergeableStore.

This type is mostly utilized internally within TinyBase itself and is generally assumed to be opaque to applications that use it.

Since

v5.0.0