documents: Work with documents in your CouchDB's.

documentsR Documentation

Work with documents in your CouchDB's.

Description

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 ID

  • doc_update - Update a document

  • doc_get - Get a document

  • doc_delete - Delete a document

  • doc_head - Get headers for a document

  • doc_attach_create - Attach something to a document

  • doc_attach_info - Get info on an attachment

  • doc_attach_get - Fetch an attachment

  • doc_attach_delete - Delete an attachment

  • db_alldocs - Get all documents

  • db_revisions - Get revisions for a document


ropensci/sofa documentation built on March 10, 2024, 4:26 a.m.