cloudtracer / pouchdb-adapter-snappy

pouchdb adapter for snappydown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

pouchdb adapter for snappydown

License:Apache License 2.0


Languages

Language:JavaScript 100.0%