Skip to content

What's working & what's not #14

@davidlatwe

Description

@davidlatwe

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions