Skip to content

Commit af2879e

Browse files
committed
docs
1 parent 35a8aca commit af2879e

File tree

1 file changed

+3
-3
lines changed
  • Sources/CouchDBClient/CouchDBClient.docc/Extensions

1 file changed

+3
-3
lines changed

Sources/CouchDBClient/CouchDBClient.docc/Extensions/Client.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ A CouchDB client class with methods using Swift Concurrency.
1111
### Initializer
1212
- ``init(couchProtocol:couchHost:couchPort:userName:userPassword:)``
1313

14-
### Getting list of databases
14+
### Methods for databases
1515
- ``getAllDBs(eventLoopGroup:)``
16-
17-
### Requests to a database
1816
- ``createDB(_:eventLoopGroup:)``
1917
- ``deleteDB(_:eventLoopGroup:)``
2018
- ``dbExists(_:eventLoopGroup:)``
19+
20+
### Requests to a database
2121
- ``get(dbName:uri:queryItems:eventLoopGroup:)-2fzuv``
2222
- ``get(dbName:uri:queryItems:eventLoopGroup:)-53osp``
2323
- ``insert(dbName:doc:eventLoopGroup:)``

0 commit comments

Comments
 (0)