Skip to content

Instantly share code, notes, and snippets.

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