TinyBase logoTinyBase

persister-expo-sqlite

The persister-expo-sqlite module of the TinyBase project lets you save and load Store data to and from a local Expo-SQLite database (in an appropriate React Native environment).

Note that this Persister is currently experimental as Expo themselves iterate on the underlying database library API.

See also

Persisting Data guide

Since

v4.0.3

createExpoSqlitePersister

The createExpoSqlitePersister function creates a Persister object that can persist the Store to a local Expo-SQLite database (in an appropriate React Native environment).