PouchDB Adapter for Capacitor SQLite
JSON →PouchDB adapter using Capacitor SQLite Plugin as its backing store. Current stable version: 1.0.2. Release cadence is infrequent (no recent updates). Key differentiator: enables PouchDB to use native SQLite storage on Capacitor (iOS/Android) instead of IndexedDB/WebSQL, providing persistent offline data with SQLite reliability. Requires pairing with a Capacitor SQLite storage plugin (e.g., capacitor-sqlite-storage) and must be initialized after the Capacitor 'deviceready' event. Not suitable for browser-only use.