1.0.3 • Published 1 year ago

pouchdb-services v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

pouchdb-services

A set of PouchDB service functions and a class version of them, with mongodb style ObjectID id's for all your documents.

Installation

  • Install the package via npm

    npm install pouchdb-services
  • Require the services:

    const {
      create,
      findById,
      findByIdAndDelete,
      findByIdAndUpdate,
      getAllDocuments,
      PouchDBService,
    } = require("pouchdb-services");

Try it out

  • Clone this repository
  • Install the packages:

    npm install
  • Run the example:

    node example.js
1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago