Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement update operators #5

Closed
21 tasks done
davidlatwe opened this issue May 20, 2019 · 1 comment
Closed
21 tasks done

Implement update operators #5

davidlatwe opened this issue May 20, 2019 · 1 comment

Comments

@davidlatwe
Copy link
Owner

davidlatwe commented May 20, 2019

Field Update Operators
  • $inc
  • $min
  • $max
  • $mul
  • $rename
  • $set
  • $setOnInsert
  • $unset
  • $currentDate
Array Update Operators
  • $
  • $[]
  • $[]
  • $addToSet
  • $pop
  • $pull
  • $push
  • $pullAll
Modifiers
  • $each
  • $position
  • $slice
  • $sort
@davidlatwe
Copy link
Owner Author

All implemented, at 0cf44c5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant