pouchdb-services
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i pouchdb-services

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

20 kB

Total Files

7

Last publish

Collaborators

  • deej4y