relationships
The relationships
module of the TinyBase project provides the ability to create and track relationships between the data in Store
objects.
The main entry point to this module is the createRelationships
function, which returns a new Relationships
object. From there, you can create new Relationship
definitions, access the associations within those Relationships
directly, and register listeners for when they change.
Since
v1.0.0
Interfaces
There is one interface, Relationships
, within the relationships
module.
Functions
There is one function, createRelationships
, within the relationships
module.
Type Aliases
These are the type aliases within the relationships
module.