I'm working on a nodejs application and am inserting two attachments to a couchdb with cradle. Currently I am inserting the first attachment, getting the updated doc, and then inserting the second attachment with the updated _rev key. This is inefficient causing me to have to make two separate calls to couchdb.
Is there a way to create multiple attachments with a single cradle call?