API
store
The store
module is the core of the TinyBase project and contains the types, interfaces, and functions to work with Store
objects.
metrics
The metrics
module of the TinyBase project provides the ability to create and track metrics and aggregates of the data in Store
objects.
indexes
The indexes
module of the TinyBase project provides the ability to create and track indexes of the data in Store
objects.
relationships
The relationships
module of the TinyBase project provides the ability to create and track relationships between the data in Store
objects.
queries
The queries
module of the TinyBase project provides the ability to create and track queries of the data in Store
objects.
checkpoints
The checkpoints
module of the TinyBase project provides the ability to create and track checkpoints made to the data in Store
objects.
persisters
The persisters
module of the TinyBase project provides a simple framework for saving and loading Store
data, to and from different destinations, or underlying storage types.
ui-react
The ui-react
module of the TinyBase project provides both hooks and components to make it easy to create reactive apps with Store
objects.
common
The common
module of the TinyBase project provides a small collection of common types used across other modules.
tools
The tools
module of the TinyBase project provides utilities for working with TinyBase during development.