mongo-rest-functions

REST Functions for MongoDB


Keywords
REST, MongoDB, Mongo
License
MIT
Install
npm install mongo-rest-functions@0.1.7

Documentation

Mongo REST Functions

Functions for working with MongoDB

Method Description
createItem Create a new item.
getItem Get an item.
getItems Get items using filter.
replaceItem Replace an item.
replaceItems Replace items.
deleteItem Delete an item.
deleteItems Delete items using filter.
patchItem Patch an item.