cheatsheets/mongodb.md

106 B

title category
MongoDB Development

Querying

{ name: 'john' }
{ name: { $eq: 'john' } }