You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: module2-databases/r2.2-querying-in-mongodb/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,4 +58,9 @@ Similarly we can also query arrays and specific items within arrays. You can rea
58
58
59
59
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.
60
60
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.
Copy file name to clipboardExpand all lines: module2-databases/r3-orm-and-odm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# ORMs
1
+
# ORM and ODM
2
2
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:
0 commit comments