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

What's working & what's not #14

Open
51 of 52 tasks
davidlatwe opened this issue Aug 4, 2019 · 0 comments
Open
51 of 52 tasks

What's working & what's not #14

davidlatwe opened this issue Aug 4, 2019 · 0 comments
Labels
good first issue Good for newcomers

Comments

@davidlatwe
Copy link
Owner

davidlatwe commented Aug 4, 2019

basic CRUD methods

  • insert_one
  • insert_many
  • find
  • update_one
  • update_many
  • replace_one
  • delete_one
  • delete_many
  • bulkWrite

Operators

Query Ops

comparison
  • $eq
  • $gt
  • $gte
  • $lt
  • $lte
  • $ne
  • $in
  • $nin
logical
  • $and
  • $or
  • $nor
  • $not
array
  • $all
  • $elemMatch
  • $size
element
  • $type
  • $exists
evaluation
  • $mod
  • $regex

Projection Ops

  • $
  • $elemMatch
  • $slice

Update Ops

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

Aggregation Ops

I haven't needed this yet, but it's in plan.

Repository owner locked and limited conversation to collaborators Aug 4, 2019
@davidlatwe davidlatwe pinned this issue Aug 4, 2019
@davidlatwe davidlatwe added the good first issue Good for newcomers label May 29, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant