pouchdb-async-storage

0.0.4 • Public • Published

pouchdb-async-storage

Work in progress - get PouchDB working with React Native's AsyncStorage as a backend.

Usage

You should be able to just do:

npm install --save pouchdb-async-storage

Then require it after PouchDB:

var PouchDB = require('pouchdb');
require('pouchdb-async-storage');
 
var db = new PouchDB('mydb', {adapter: 'asyncstorage'});

Build

npm install && npm run build

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    2
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i pouchdb-async-storage

Weekly Downloads

2

Version

0.0.4

License

Apache 2

Last publish

Collaborators

  • nolanlawson
  • davidpfahler