Skip to content

Instantly share code, notes, and snippets.

@DrBoolean
Last active May 31, 2016 14:40
Show Gist options
  • Select an option

  • Save DrBoolean/bfc0e5a6ec22c62172b941155b9a8d8f to your computer and use it in GitHub Desktop.

Select an option

Save DrBoolean/bfc0e5a6ec22c62172b941155b9a8d8f to your computer and use it in GitHub Desktop.
task_sketch7.js
// record is used in place of the actual db row
Id({
Band: {
dino_jr: record,
amanset: record
},
Event: {
dino_stubbs: record
},
Venue: {
stubbs: record,
independent: record
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment