Menu

[f55325]: / couch / pythons.js  Maximize  Restore  History

Download this file

8 lines (7 with data), 180 Bytes

1
2
3
4
5
6
7
{
"views": {
"list": {
"map": "function(doc) { if(doc.type == 'python') { emit(doc.owner, {id: doc._id, name: doc.name, games_played: (doc.games_played || 0)}); }}"
}
}
}