TinyBase logoTinyBase β

PglitePersister

The PglitePersister interface represents a Persister that lets you save and load Store data to and from a local PGlite database.

You should use the createPglitePersister function to create a PglitePersister object.

It is a minor extension to the Persister interface and simply provides an extra getPglite method for accessing a reference to the database connection the Store is being persisted to.

Since

5.2.0

Getter methods

Listener methods

Lifecycle methods

Load methods

Save methods

Development methods