Skip to content
/ mendo Public

MongoDB-style document manipulation for objects within arrays, in JavaScript (including in the browser).

License

Notifications You must be signed in to change notification settings

bbqsrc/mendo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mendo

MongoDB-style document manipulation for objects within arrays, in JavaScript (including in the browser).

It's tremendous!

Usage

Use the mendo method to wrap an array. The resultant object has a find, findOne and update method that can be used in the same manner that the MongoDB methods of the same name work.

Supported Operators

Query Operators

  • $or
  • $and
  • $not
  • $ne
  • $gt
  • $gte
  • $lt
  • $lte
  • $in
  • $nin
  • $exists
  • $where

Update Operators

  • $set
  • $push
  • $inc

About

MongoDB-style document manipulation for objects within arrays, in JavaScript (including in the browser).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published