Skip to content

Instantly share code, notes, and snippets.

@thanos
Created July 29, 2010 21:38
Show Gist options
  • Save thanos/499324 to your computer and use it in GitHub Desktop.
Save thanos/499324 to your computer and use it in GitHub Desktop.
{
"_id": "_design/tests",
"_rev": "2-9712dcb1e76a5cc7ab0e0e0b5bf7a70a",
"language": "javascript",
"views": {
"id": {
"map": "function(doc) {\n emit(doc._id, doc);\n}"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment