Persistence layer for CoJSON data in React Native apps using SQLite. Part of the Jazz framework (jazz.tools), version 0.12.1. Enables offline-first storage for collaborative JSON documents with automatic sync. Key differentiator: seamless integration with Jazz's reactive state management and live sync engine, supports both in-memory and disk-based persistence. Released under MIT license.
npm install cojson-storage-rn-sqliteNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows setting up SQLite storage with Jazz provider in React Native.
npm install react-native-sqlite-storage && cd ios && pod install
Pin to exact version in package.json
npm install cojson-storage-rn-sqlite
Ensure db is obtained from useSQLiteDatabase() hook or openDatabase() call