Connector to 'CouchDB'
active tasks
Get an attachment
Work with attachments
sofa connection client
Work with databases in your CouchDB's.
List all docs in a given database.
Create documents via the bulk API
Query many documents at once
Create documents via the bulk API
List changes to a database.
Request compaction of the specified database
Create a database.
Delete a database.
Explain API
Create and get database indexes
List database info.
List all databases.
Query a database.
Upload (replicate) a local database to a remote database server, e.g.,...
Get document revisions.
Work with design documents
Search design documents
Create documents to a database.
Delete a document in a database.
Get a document from a database.
Get header info for a document
Update a document.
Create a new document or update an existing one
Work with documents in your CouchDB's.
membership
Parse data.frame to json or list by row or column
Ping a CouchDB server
Restart your Couchdb instance
session
R client for CouchDB.
Get uuids.
Provides an interface to the 'NoSQL' database 'CouchDB' (<http://couchdb.apache.org>). Methods are provided for managing databases within 'CouchDB', including creating/deleting/updating/transferring, and managing documents within databases. One can connect with a local 'CouchDB' instance, or a remote 'CouchDB' databases such as 'Cloudant'. Documents can be inserted directly from vectors, lists, data.frames, and 'JSON'. Targeted at 'CouchDB' v2 or greater.