Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. + Get all
  2. javascript```db.restaurants.find()```
  3. + Limit and Sort
  4. + Get by _id
  5. + Get by value
  6. + Count
  7. + Count by nested value
  8. + Delete by id
  9. + Update a single document
  10. + Update many documents
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement