Skip to content

Instantly share code, notes, and snippets.

@danared
Created December 23, 2015 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danared/0022071dc23718d84298 to your computer and use it in GitHub Desktop.
Save danared/0022071dc23718d84298 to your computer and use it in GitHub Desktop.
// 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