pouchdb-services
v1.0.3
Published
A set of PouchDB service functions and a class version of them, with `mongodb` style `ObjectID` id's for all your documents.
Downloads
7
Readme
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