pouchdb-adapter-fs

2.0.7 • Public • Published

pouchdb-adapter-fs

PouchDB adapter using fsdown under the hood. Designed for running a quick persistent PouchDB adapter in Node.js.

Warning: not designed for production use. fsdown contains race conditions and is most appropriate for quick debugging and testing. It does however pass the full PouchDB test suite.

Usage

Install:

npm install pouchdb-adapter-fs

Then

var PouchDB = require('pouchdb-core')
  .plugin(require('pouchdb-adapter-fs'));
 
var db = new PouchDB('mydb', {adapter: 'fs'});

Testing

COUCH_HOST=http://admin:secret@localhost:5984 npm test

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.7
    22
    • latest

Version History

Package Sidebar

Install

npm i pouchdb-adapter-fs

Weekly Downloads

22

Version

2.0.7

License

Apache-2.0

Last publish

Collaborators

  • gr2m
  • nolanlawson