couch_fetch: Fetch a document/record.
Description
Fetches a couch object based on the key
Usage
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.