0.0.2 • Published 4 years ago

pouchdb-adapter-snappy v0.0.2

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
4 years ago

pouchdb-adapter-snappy

PouchDB adapter using snappydown. Its adapter name is 'snappy'.

Usage

npm install pouchdb-adapter-snappy
PouchDB.plugin(require('pouchdb-adapter-snappy'));
var db = new PouchDB('mydb', {adapter: 'snappy'});

For full API documentation and guides on PouchDB, see PouchDB.com. For details on PouchDB sub-packages, see the Custom Builds documentation.

Source

PouchDB and its sub-packages are distributed as a monorepo.

For a full list of packages, see the GitHub source.