We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a8aca commit af2879eCopy full SHA for af2879e
Sources/CouchDBClient/CouchDBClient.docc/Extensions/Client.md
@@ -11,13 +11,13 @@ A CouchDB client class with methods using Swift Concurrency.
11
### Initializer
12
- ``init(couchProtocol:couchHost:couchPort:userName:userPassword:)``
13
14
-### Getting list of databases
+### Methods for databases
15
- ``getAllDBs(eventLoopGroup:)``
16
-
17
-### Requests to a database
18
- ``createDB(_:eventLoopGroup:)``
19
- ``deleteDB(_:eventLoopGroup:)``
20
- ``dbExists(_:eventLoopGroup:)``
+
+### Requests to a database
21
- ``get(dbName:uri:queryItems:eventLoopGroup:)-2fzuv``
22
- ``get(dbName:uri:queryItems:eventLoopGroup:)-53osp``
23
- ``insert(dbName:doc:eventLoopGroup:)``
0 commit comments