Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Frequently_asked_questions" page has been changed by JanLehnardt. The comment on this change is: answer. http://wiki.apache.org/couchdb/Frequently_asked_questions?action=diff&rev1=29&rev2=30 -------------------------------------------------- <<Anchor(get_a_list_of_design_docs)>> == How can I get a list of the design documents in a database? == + Query the `_all_docs` view with `startkey="_design/"&endkey="_design0"`. +
