couch_fetch: Fetch a document/record.

Description Usage Arguments Value

Description

Fetches a couch object based on the key

Usage

1
couch_fetch(conn, database, key, myOpts = NULL)

Arguments

conn

A couchDB connection object

database

The database to connect to.

key

Key of document to fetch

myOpts

Additional options (not implemented in this version)

Value

A list object with the values from the record.


couchDB documentation built on May 2, 2019, 4:09 a.m.