This series of guides helps explain the concepts behind TinyBase and is designed to complement the more comprehensive API documentation.
These guides cover the very basics of TinyBase.
These guides cover how to use the ui-react
module and use React hooks and components to easily build reactive user interfaces with TinyBase.
These guides discuss how to set up a Schema
on a Store
so that certain structures of data are assured - and how to load and save data to a Store
from a persistence layer.
These guides discuss how to define Metrics
that aggregate values together, and Indexes
that allow fast access to matching Row
objects.
These guides discuss how to define Relationships
that connect Rows together between Table
objects, and Checkpoints
that allow you to build undo and redo functionality.
These guides discuss how to define queries that let you select specific Row
and Cell
combinations from each Table
, and benefit from powerful features like grouping and aggregation.
These guides discuss how TinyBase is structured and some of the interesting ways in which it is architected, tested, and built.
These are some of the feasibly asked questions about TinyBase. We can't assert that they're 'frequently asked' yet, since we just launched.
This is a reverse chronological list of the major TinyBase releases, with highlighted features.