@robince/pouchdb-adapter-sqlite-core
v1.1.2-cloudflare-do.1
Published
PouchDB adapter using SQLite as its data store - core implementation
Downloads
357
Maintainers
Readme
PouchDB SQLite Core Adapter
Core implementation of PouchDB SQLite adapter that provides the foundation for various SQLite implementations.
Overview
This package implements the core functionality of the PouchDB SQLite adapter, including:
Architecture
The core adapter follows a layered design:
- PouchDB Adapter Interface: Implements the standard PouchDB adapter API
- SQLite Abstraction Layer: Defines interfaces for SQLite operations
- Implementation Bridge: Allows specific SQLite implementations to plug in
Installation
npm install --save-exact @robince/[email protected]
# or
yarn add --exact @robince/[email protected]``
Notes
This is not a standalone adapter - it requires a concrete SQLite implementation See the main project README for more details on attachment handling and common issues.
