TinyBase logoTinyBase

persister-automerge

The persister-automerge module of the TinyBase project provides a way to save and load Store data, to and from an Automerge document.

A single entry point, the createAutomergePersister function, is provided, which returns a new Persister object that can bind a Store to a provided Automerge document handle (and in turn, its document).

See also

Synchronizing Data guide

Since

v4.0.0

Interfaces

There is one interface, AutomergePersister, within the persister-automerge module.

Functions

There is one function, createAutomergePersister, within the persister-automerge module.