0.0.4 • Published 9 years ago

pouchdb-async-storage v0.0.4

Weekly downloads
5
License
Apache 2
Repository
github
Last release
9 years ago

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
0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago