Socket
Socket
Sign inDemoInstall

db-plumbing-rest

Package Overview
Dependencies
237
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    db-plumbing-rest

Simple REST client for document store


Version published
Maintainers
1
Created

Readme

Source

Software Plumbers DB Plumbing (REST)

REST document store

Tl;DR

let store = new Store('https://mystore.softwareplumbers.net/objects', Object, object=>object.key);

store.update({ key: 1, a: "hello", b: "sailor"});

value=store.find(1);

and value should be {key:1, a:"hello", b:"sailor"}

The store supports remove, find by criteria, and remove by criteria operations. It also supports a bulked update operation based on the typed-patch library.

db-plumbing-rest provides a simple client to services provided by db-plumbing-rest-server. db-plumbing-rest-server exposes services provided by db-plubming-mongo or db-plumbing-map. (Other back-end modules are planned).

For the latest API documentation see The Software Plumbers Site

Keywords

FAQs

Last updated on 05 Sep 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc