Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
[skip ci] Autogenerate README file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tedium-bot committed May 18, 2016
1 parent e934680 commit 1fd8148
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!---
This README is automatically generated from the comments in these files:
app-pouchdb-conflict-resolution.html app-pouchdb-document.html app-pouchdb-query.html app-pouchdb-sync.html
app-pouchdb-conflict-resolution.html app-pouchdb-document.html app-pouchdb-index.html app-pouchdb-query.html app-pouchdb-sync.html
Edit those files, and our readme bot will duplicate them over here!
Edit this file, and the bot will squash your changes :)
Expand Down Expand Up @@ -82,6 +82,19 @@ PouchDB document:



##&lt;app-pouchdb-index&gt;

`app-pouchdb-index` enables declarative, idempotent configuration of database
indexes. The semantics map to those of the pouchdb-find plugin. For more
information on creating PouchDB indexes with pouchdb-find, please refer to the
documentation
[here](https://github.com/nolanlawson/pouchdb-find#dbcreateindexindex--callback).

Note: at least one index must be created in order for `app-pouchdb-query` to
work.



##&lt;app-pouchdb-query&gt;

`app-pouchdb-query` allows for declarative, read-only querying into a PouchDB
Expand Down

0 comments on commit 1fd8148

Please sign in to comment.