Skip to content

Commit 413ab69

Browse files
committed
add missing references
1 parent cd4a826 commit 413ab69

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

module2-databases/r2.2-querying-in-mongodb/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,9 @@ Similarly we can also query arrays and specific items within arrays. You can rea
5858

5959
Sometimes it can get confusing between concepts of SQL and those of MongoDB. Take a look at this [SQL to MongoDB Mapping Chart](https://docs.mongodb.com/manual/reference/sql-comparison/) as a quick reference. It also shows query commands for the same operation in each database.
6060

61-
Once again, it's time to move into some hands-on learning. We will now work on an assignment where we will try out different MongoDB queries.
61+
Once again, it's time to move into some hands-on learning. We will now work on an assignment where we will try out different MongoDB queries.
62+
63+
---
64+
## References
65+
- https://docs.mongodb.com/v4.2/
66+
- https://docs.mongodb.com/manual/reference/method/

module2-databases/r3-orm-and-odm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ORMs
1+
# ORM and ODM
22
So far we have looked at standalone databases and performed queries directly on them. But what happens when we want our backend code to interact with the database? The objectives of this lesson are:
33
1. Understand ORMs and how they are useful
44
2. Understand ODMs and how they are useful

0 commit comments

Comments
 (0)