TinyBase logoTinyBase

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.

Several entry points are provided (in separately installed modules), each of which returns a new Persister object that can load and save a Store. Between them, these allow you to store your TinyBase data locally, remotely, to SQLite databases, and across synchronization boundaries with CRDT frameworks.

Since persistence requirements can be different for every app, the createCustomPersister function in this module can also be used to easily create a fully customized way to save and load Store data.

See also

Interfaces

There is one interface, Persister, within the persisters module.

Functions

There is one function, createCustomPersister, within the persisters module.

Type Aliases

These are the type aliases within the persisters module.