TinyBase logoTinyBase β

TinyJoinPersister

The TinyJoinPersister interface represents a Persister that lets you save and load Store data to and from a TinyJoin database.

You should use the createTinyJoinPersister function to create a TinyJoinPersister object.

It is a minor extension to the Persister interface and simply provides an extra getTinyJoin method for accessing a reference to the TinyJoin client the Store is being persisted to.

Since

10.0.0

Getter methods

Listener methods

Lifecycle methods

Load methods

Save methods

Development methods