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).

This module provides a Persister for the legacy version of Expo's SQLite library. This API should be used if you are installing the expo-sqlite module.

Note that TinyBase support for the modern version of Expo-SQLite (expo-sqlite-next) is currently available in the persister-expo-sqlite-next module.

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

Interfaces

There is one interface, ExpoSqlitePersister, within the persister-expo-sqlite module.

Functions

There is one function, createExpoSqlitePersister, within the persister-expo-sqlite module.