0.0.4 • Published 10 years ago

pouchdb-async-storage v0.0.4

Weekly downloads
5
License
Apache 2
Repository
github
Last release
10 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

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago