1.0.2 • Published 5 years ago

@david-vloedman/mymongomodel v1.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

myMongoModel 1.0.1

Author - David Vloedman

Description

A simple crud model for using with mongodb in JS.

Functions

Post - Post request to the DB to create a record

Put - Put request to the DB to update an existing record

Get - Get request to the DB to retrieve a record or records

Delete - Delete request to the DB to remove a specified record from the DB