TinyBase logoTinyBase

PostgresPersister

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

You should use the createPostgresPersister function to create a PostgresPersister object.

It is a minor extension to the Persister interface and simply provides an extra getSql 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