Skip to content

Commit

Permalink
insertMany
Browse files Browse the repository at this point in the history
  • Loading branch information
donsez committed Dec 4, 2024
1 parent d8ad401 commit 37759ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions meteor.js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ db.tasks.insertOne(
```
What's happen into the browsers ?

Add more `tasks` documents with `insertMany()`:
* [x] `Homework DB #1`
* [ ] `Homework DB #2`
* [ ] `Find good book on ACID transactions`
* [ ] `Revise CAP theorem for the final exam`
* [ ] `Revise snowflake model into OLAP databases for the final exam`
* [ ] ...

Query the collection
```mongodb
// SELECT * FROM tasks
Expand Down

0 comments on commit 37759ad

Please sign in to comment.