TinyBase logoTinyBase

ReactNativeSqlitePersister

The ReactNativeSqlitePersister interface represents a Persister that lets you save and load Store data to and from a react-native-sqlite-storage database.

You should use the createReactNativeSqlitePersister function to create an ReactNativeSqlitePersister object.

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

Since

v6.4.0

Getter methods

Listener methods

Lifecycle methods

Load methods

Save methods

Development methods