Chapter 7. CouchDB API Server Local (non-replicating) Document Methods

Table of Contents

7.1. GET /db/_local/local-doc
7.2. PUT /db/_local/local-doc
7.3. DELETE /db/_local/local-doc
7.4. COPY /db/_local/local-doc

The Local (non-replicating) document interface allows you to create local documents that are not replicated to other databases. These documents can be used to hold configuration or other information that is required specifically on the local CouchDB instance.

Local documents have the following limitations:

Local documents can be used when you want to store configuration or other information for the curent (local) instance of a given database.

A list of the available methods and URL paths are provided below:

Table 7.1. Local (non-replicating) Document API Calls