TinyBase

Functions

These are the functions within the persisters module.

createCustomPersister

The createCustomPersister function creates an Persister object that you can configure to persist the Store in any way you wish.

createFilePersister

The createFilePersister function creates an Persister object that can persist the Store to a local file (in an appropriate environment).

createLocalPersister

The createLocalPersister function creates an Persister object that can persist the Store to the browser's local storage.

createRemotePersister

The createRemotePersister function creates an Persister object that can persist the Store to a remote server.

createSessionPersister

The createSessionPersister function creates an Persister object that can persist the Store to the browser's session storage.