Asynchronous, persistent, key-value storage system for React Native.
The fastest key/value storage for React Native. ~30x faster than AsyncStorage! Works on Android, iOS and Web.
Provides access to a database using SQLite (https://www.sqlite.org/). The database is persisted across restarts of your app.
A persister for asynchronous storages, to be used with TanStack/Query
A React Native wrapper over SharedPreferences and Keychain to provide a secure alternative to AsyncStorage