Skip to content

Instantly share code, notes, and snippets.

@leonardocouy
Created January 19, 2016 23:36
Show Gist options
  • Save leonardocouy/8bef6bec583f30ac3f48 to your computer and use it in GitHub Desktop.
Save leonardocouy/8bef6bec583f30ac3f48 to your computer and use it in GitHub Desktop.
NoSQL Example
usuario
{
_id: ObjectId(...),
name: 'Leo',
pass: '34dsi90$21',
filmes: [
{ filme: 'As Branquelas', genero: 'Comedia'},
{ filme: 'O Pequenino', genero: 'Infantil' }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment