inoi / trombi

Trombi is an asynchronous CouchDB client for Tornado

Home Page:http://inoi.github.com/trombi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for _bulk_docs

akheron opened this issue · comments

couchdb-python has a nice API for bulk document updates. I'd like to see a similar API in trombi.

Database API: Implement bulk_docs support.

This implements support for modification of CouchDB documents through
_bulk_docs API entry point. It introduces new result types:
BulkResult, BulkError and BulkObject.

Closed by 9865ae7.