Skip to content

Commit c83c90c

Browse files
committed
MongoDB formatting
1 parent f45cb13 commit c83c90c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

3. MongoDB/9. Formatting.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
const results = db.movies.find().toArray()
2+
console.table(results)
3+
4+
-- HELP --
5+
db.movies.deleteOne.help() 👉 Gives us information about specific method
6+
db.movies.deleteMany.help() 👉 Gives us information about specific method
7+

0 commit comments

Comments
 (0)