Getting Started
What is MongoDB?
Install / Config
C.R.U.D. Ops
Data Modeling
Database Mgmt
Create, Read, Update and Delete Operations
Adding Information: Objects
What if your document contains objects?
.
Programming language objects should not have private or protected properties
What about objects inside objects?
.
Make sure the internal objects are represented as public properties
How do you find info in object fields?
.
Use
find()
and the
object-field.property
syntax
+
o
-