Table of Contents
GET /dbPUT /dbDELETE /dbGET /db/_changesPOST /db/_compactPOST /db/_compact/design-docPOST /db/_view_cleanupPOST /db/_ensure_full_commitPOST /db/_bulk_docsPOST /db/_temp_viewPOST /db/_purgeGET /db/_all_docsPOST /db/_all_docsPOST /db/_missing_revsPOST /db/_revs_diffGET /db/_securityPUT /db/_securityGET /db/_revs_limitPUT /db/_revs_limitThe Database methods provide an interface to an entire database withing CouchDB. These are database, rather than document, level requests.
A list of the available methods and URL paths are provided below:
Table 5.1. Database API Calls
For all the database methods, the database name within the URL path
should be the database name that you wish to perform the operation
on. For example, to obtain the meta information for the database
recipes, you would use the HTTP request:
GET /recipes
For clarity, the form below is used in the URL paths:
GET /db
Where db is the name of any database.