Skip to contents

All functions

Cushion
sofa connection client
active_tasks()
active tasks
doc_attach_create() doc_attach_info() doc_attach_get() doc_attach_delete()
Work with attachments
databases
Work with databases in your CouchDB's.
db_alldocs()
List all docs in a given database.
db_bulk_create()
Create documents via the bulk API
db_bulk_get()
Query many documents at once
db_bulk_update()
Create documents via the bulk API
db_changes()
List changes to a database.
db_compact()
Request compaction of the specified database
db_create()
Create a database.
db_delete()
Delete a database.
db_explain()
Explain API
db_index() db_index_create() db_index_delete()
Create and get database indexes
db_info()
List database info.
db_list()
List all databases.
db_query()
Query a database.
db_replicate()
Upload (replicate) a local database to a remote database server, e.g., Cloudant, Iriscouch
db_revisions()
Get document revisions.
design_create() design_create_() design_delete() design_get() design_head() design_info()
Work with design documents
design_search() design_search_many()
Search design documents
doc_create()
Create documents to a database.
doc_delete()
Delete a document in a database.
doc_get()
Get a document from a database.
doc_head()
Get header info for a document
doc_update()
Update a document.
doc_upsert()
Create a new document or update an existing one
documents
Work with documents in your CouchDB's.
membership()
membership
parse_df()
Parse data.frame to json or list by row or column
ping()
Ping a CouchDB server
restart()
Restart your Couchdb instance
session()
session
sofa-package sofa
R client for CouchDB.
uuids()
Get uuids.