couchDB                 Functions to interact with a couchDB document
                        database
couch_attach            Add attachment to document
couch_create_database   Create database
couch_delete            Delete a record.
couch_fetch             Fetch a document/record.
couch_fetch_attachment
                        Fetch attachment
couch_fetch_attachment_url
                        Get attachment url
couch_fetch_default     Fetch document/record from default store.
couch_http_connection   Connection to couchDB
couch_list_databases    List available databases.
couch_list_databases_url
                        couch_list_databases_url
couch_new_object        New couchDB document
couch_ping              Ping connection
couch_set_default_connection
                        Set default connection
couch_set_default_database
                        Set a database as default document store
couch_store             Store a record
couch_store_default     Store a document on the default connection.
print.couch_connection
                        Print method for couchDB connection object
