indexes
The indexes
module of the TinyBase project provides the ability to create and track indexes of the data in Store
objects.
The main entry point to this module is the createIndexes
function, which returns a new Indexes
object. From there, you can create new Index
definitions, access the contents of those Indexes
directly, and register listeners for when they change.
Since
v1.0.0