TinyBase logoTinyBase β

ExpoSqliteNextPersister

The ExpoSqliteNextPersister interface is a minor extension to the Persister interface.

It simply provides an extra getDb method for accessing a reference to the database instance the Store is being persisted to.

You should use the createExpoSqliteNextPersister function to create an ExpoSqliteNextPersister object.

Since

v4.5.0

Getter methods

This is the collection of getter methods within the ExpoSqliteNextPersister interface. There are only two getter methods, getStore and getDb.

Lifecycle methods

This is the collection of lifecycle methods within the ExpoSqliteNextPersister interface. There are only two lifecycle methods, destroy and schedule.

Load methods

This is the collection of load methods within the ExpoSqliteNextPersister interface. There are 4 load methods in total.

Save methods

This is the collection of save methods within the ExpoSqliteNextPersister interface. There are 4 save methods in total.

Development methods

This is the collection of development methods within the ExpoSqliteNextPersister interface. There is only one method, getStats.