PouchDB Adapter Capacitor SQLite

JSON →
library 1.1.2 ·javascript
verified Jun 7, 2026

A PouchDB adapter plugin that uses @capacitor-community/sqlite as its data store, enabling local-first, offline-capable apps built with Capacitor. Version 1.1.2 is current; it requires @capacitor-community/sqlite ^7.0.0 and ships TypeScript types. Key differentiator: bridges PouchDB's localStorage/CouchDB replication patterns with Capacitor's native SQLite for mobile, without needing WebSQL or IndexedDB. Provides a familiar PouchDB API for Capacitor apps targeting iOS and Android, with full replication support.