PouchDB SQLite Core Adapter

JSON →
library 1.1.2 ·javascript
verified Jun 7, 2026

Core adapter for using SQLite as a PouchDB data store. Version 1.1.2 (last release: unknown cadence). This package provides a SQLite-based storage backend for PouchDB, enabling offline-first databases with SQLite as the underlying engine. Unlike LevelDB-based adapters, this adapter leverages SQLite for better performance on mobile and desktop environments, especially on platforms where SQLite is natively available. Requires a SQLite binding (e.g., react-native-sqlite-storage or sql.js) to be provided via the `sqlite` option. Intended for Node.js, React Native, and browser environments with appropriate SQLite libraries.