| Interface | Description |
|---|---|
| CouchCommand |
| Class | Description |
|---|---|
| AbstractCommand |
HTTP code documentation from
W3C RFC 2616
|
| AddCommand |
http://docs.couchdb.org/en/2.0.0/api/document/common.html
PUT /{db}/{docid}
The PUT method creates a new named document, or creates a new revision of the existing document.
|
| AllDocsCommand | |
| BulkCommand |
http://docs.couchdb.org/en/2.2.0/api/database/bulk-api.html
POST /{db}/_bulk_docs
The bulk document API allows you to create and update multiple
documents at the same time within a single request.
|
| CouchDbJsonDeserialization | |
| CouchDbSynchIndexDesign |
https://docs.couchdb.org/en/stable/api/database/find.html#db-index
Mango is a declarative JSON querying language for CouchDB databases.
|
| CouchDbSynchViewDesign |
FIXME design CouchDb
http://docs.couchdb.org/en/2.0.0/api/ddoc/common.html
PUT /{db}/_design/{ddoc}
The PUT method creates a new named design document, or creates a new revision of the existing design document.
|
| DeleteCommand | |
| DesignAnswer | |
| DropIndexCommand |
D
|
| FindCommand | |
| FullResponseFindCommand | |
| GetCommand | |
| JsonFindDeserialization | |
| JsonMapper | |
| UpdateCommand | |
| ViewCommand |
| Enum | Description |
|---|---|
| HttpMethod |
HTTP methods
|
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.