Skip to content

Instantly share code, notes, and snippets.

@mb-dev
Created January 28, 2013 18:02
Show Gist options
  • Save mb-dev/4657669 to your computer and use it in GitHub Desktop.
Save mb-dev/4657669 to your computer and use it in GitHub Desktop.
Storing more data in MongoDB
Book:
{
id: 1,
title: 'Article 1',
authors: [{author_id: 1, name: 'Joe'}, {author_id: 2, name: 'Robert'}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment