Work with documents in your CouchDB's.
Details
If you are writing a complicated javascript function, better to do that in the Futon CouchDB interface or otherwise.
There are the following functions for working with documents:
doc_create
- Create a document, with or without an IDdoc_update
- Update a documentdoc_get
- Get a documentdoc_delete
- Delete a documentdoc_head
- Get headers for a documentdoc_attach_create
- Attach something to a documentdoc_attach_info
- Get info on an attachmentdoc_attach_get
- Fetch an attachmentdoc_attach_delete
- Delete an attachmentdb_alldocs
- Get all documentsdb_revisions
- Get revisions for a document