pouchdb/pouchdb-show

Name: pouchdb-show

Owner: PouchDB

Description: A PouchDB plug-in that allows you to re-use your CouchDB show functions on the client side.

Created: 2015-08-19 08:50:43.0

Updated: 2017-04-22 22:37:20.0

Pushed: 2017-06-27 22:33:53.0

Homepage: null

Size: 21

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

pouchdb-show

Build Status Dependency Status devDependency Status

A PouchDB plug-in that allows you to re-use your CouchDB show functions on the client side. A browser version is available.

TODO: rst -> md, update & restructure

pouchdb-show-plug-in:

hDB Show plug-in
================
-------------------+-----------------+
deJS package name: | `pouchdb-show`_ |
-------------------+-----------------+
owser object name: | ``window.Show`` |
-------------------+-----------------+

t, make sure you understand how show functions work in CouchDB. A
 start is `the CouchDB guide entry on shows`_.

pouchdb-show: https://www.npmjs.org/package/pouchdb-show
the CouchDB guide entry on shows: http://guide.couchdb.org/draft/formats.html

s:function:: Show.show(showPath[, options[, callback]])

imilar to the :js:func:`List.list` function, but then for show
unctions. Only differences are documented.

param string showPath: specifies the show (and optionally the
   document) to use. Has the following form:
   ``designDocName/showName[/docId]``

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.