You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.
Follow the naming convention in
couch2.db
and create a CRUD for design documents. Read carefully the docs, it's a bit trickynaming convention must match the current naming convention
docCreate
>>docViewCreate
docCreateWithId
>>docViewCreateWithId
docViewUpdate
>>docViewUpdate
..... etc
These refer to the actual
_design
document.To call the view data, use a new convention
callView
callViewOrThrow
....
Create some sample view design documents documents
with counter and examples from here
The text was updated successfully, but these errors were encountered: