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 Expo-SQLite database (in an appropriate React Native environment).

As of TinyBase v5.0, this module provides a Persister for the modern version of Expo's SQLite library, designated 'next' as of November 2023 and default as v14.0 by June 2024.

Note that TinyBase support for the legacy version of Expo-SQLite is no longer available.

See also

Database Persistence guide

Since

v4.5.0

Interfaces

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

Functions

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