redux-persist-cordova-sqlite

JSON →
library 1.0.0 ·javascript
verified Jun 7, 2026

Storage adapter for redux-persist that uses cordova-sqlite-storage to persist Redux state in Cordova-based mobile apps. Version 1.0.0 is the current stable release; the package has low release cadence. Provides a simple sqlLiteStorage() factory that returns a storage object compatible with redux-persist's persistConfig. Alternative to redux-persist's default localStorage or AsyncStorage for Cordova apps. Requires peer dependency cordova-sqlite-storage ^4.0.0. Note: the package has not been updated since 2019 and there is no ESM support.