queries
The queries
module of the TinyBase project provides the ability to create and track queries of the data in Store
objects.
The main entry point to using the queries
module is the createQueries
function, which returns a new Queries
object. That object in turn has methods that let you create new query definitions, access their results directly, and register listeners for when those results change.
Since
v2.0.0
Interfaces
Functions
There is one function, createQueries
, within the queries
module.
Type Aliases
These are the type aliases within the queries
module.