TinyBase logoTinyBase

AutomergePersister

The AutomergePersister interface represents a Persister that lets you save and load Store data to and from an Automerge document.

You should use the createAutomergePersister function to create an AutomergePersister object.

It is a minor extension to the Persister interface and simply provides an extra getDocHandle method for accessing the Automerge document handler the Store is being persisted to.

Since

v4.3.14

Getter methods

Listener methods

Lifecycle methods

Load methods

Save methods

Development methods