is.valid.mongo

0.1.6 • Public • Published

Is.Valid.Mongo

Build Status

Extend is.valid library to validate objects that are saved to Mongo DB Server

How to use

Install from npm

npm install is.valid.mongo --save

Refer to is.valid documentation to see how to use the lib and a list of supported validation methods

New Validation functions

exists[collection_name.field]: validates that there is at least one document in a certain collection that has the value supplied in the field selected.

unique[collection_name.field]: validates that the documents in a certain collection have never seen the value supplied in the field selected.

uniqueExcept[collection_name.field.another_field.another_value]: validates that the documents in a certain collection have never seen the value supplied in the field selected excluding documents that match the condition (another_field = another_value).

Package Sidebar

Install

npm i is.valid.mongo

Weekly Downloads

64

Version

0.1.6

License

none

Last publish

Collaborators

  • bahaagalal