Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

pouchdb-async-storage

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-async-storage

PouchDB adapter for AsyncStorageDOWN, for use in React Native

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
8
166.67%
Maintainers
2
Weekly downloads
 
Created
Source

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

Keywords

pouchdb

FAQs

Package last updated on 20 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts