Skip to content

Instantly share code, notes, and snippets.

@gscheibel
Created July 19, 2012 16:30
Show Gist options
  • Save gscheibel/3145116 to your computer and use it in GitHub Desktop.
Save gscheibel/3145116 to your computer and use it in GitHub Desktop.
Association storage representation
{
"_id": ObjectId("5008344fe032962ec56633a8"),
"columns": {
"Cloud_id": "3ac745bc-1a2a-4f0b-9163-8dce4f339ba2"
},
"rows": [{
"table": "Cloud_SnowFlake",
"columns": {
"Cloud_id": "3ac745bc-1a2a-4f0b-9163-8dce4f339ba2",
"producedSnowFlakes_id": "8e29e25a-f1fa-4ab9-945f-417e6313cbf9"
},
"tuple": {
"Cloud_id": "3ac745bc-1a2a-4f0b-9163-8dce4f339ba2",
"producedSnowFlakes_id": "8e29e25a-f1fa-4ab9-945f-417e6313cbf9"
}
}, {
"table": "Cloud_SnowFlake",
"columns": {
"Cloud_id": "3ac745bc-1a2a-4f0b-9163-8dce4f339ba2",
"producedSnowFlakes_id": "bb128657-b02b-400a-b5db-ee0d9c9ae3a1"
},
"tuple": {
"Cloud_id": "3ac745bc-1a2a-4f0b-9163-8dce4f339ba2",
"producedSnowFlakes_id": "bb128657-b02b-400a-b5db-ee0d9c9ae3a1"
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment