TinyBase

Store type aliases

This is the collection of store type aliases within the store module. There are 4 store type aliases in total.

Tables

The Tables type is the data structure representing all of the data in a Store.

Table

The Table type is the data structure representing the data in a single table.

Row

The Row type is the data structure representing the data in a single row.

Cell

The Cell type is the data structure representing the data in a single cell.