Created
December 23, 2015 16:02
-
-
Save danared/0022071dc23718d84298 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// collection children | |
> db.children.find() | |
{ | |
name: "Norberto Leite", | |
behaved: true, | |
note: "Deserves all the presents possible!" | |
} | |
{ | |
name: "Ze Pequeno", | |
behaved: false, | |
note: "very nasty gangster!" | |
} | |
{ | |
name: "Shinobu Tsukasa", | |
behaved: false, | |
note: "japanese mafia member" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment