Skip to content

Instantly share code, notes, and snippets.

@amyberman3
Created May 23, 2014 17:48
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 amyberman3/691ac932f11a94c3f300 to your computer and use it in GitHub Desktop.
Save amyberman3/691ac932f11a94c3f300 to your computer and use it in GitHub Desktop.
p1
> db.person.findOne()
{
name: 'Kate Monster',
ssn: '123-456-7890',
addresses : [
{ street: '123 Sesame St', city: 'Anytown', cc: 'USA' },
{ street: '123 Avenue Q', city: 'New York', cc: 'USA' }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment