UNPKG

couchinator

Version:

Fixtures for Cloudant: Create and destroy cloudant databases with ease

9 lines 179 B
{ "_id": "_design/students", "views": { "byId": { "map": "function (doc) { if (doc.type === 'student') emit(doc._id, doc);}" } }, "language": "javascript" }