File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
15
15
16
- This is simple lib to work with CouchDB in Swift. You can use old version for Vapor 3 from vapor3 branch or using version < 1.0.0.
16
+ This is simple lib to work with CouchDB in Swift.
17
+ - Latest version is based on async/await and requires Swift 5.5 and newer.
18
+ - Version 1.0.0 can be used with Vapor 4 without async/await. Swift 5.3 is required
19
+ - You can use old version for Vapor 3 from vapor3 branch or using version < 1.0.0.
17
20
18
21
The only depndency for this lib is <a href =" https://github.com/swift-server/async-http-client " >async-http-client</a >
19
22
@@ -27,7 +30,7 @@ Add to the `dependencies` value of your `Package.swift`.
27
30
28
31
``` swift
29
32
dependencies: [
30
- .package (url : " https://github.com/makoni/couchdb-vapor.git" , from : " 1.0 .0" ),
33
+ .package (url : " https://github.com/makoni/couchdb-vapor.git" , from : " 1.1 .0" ),
31
34
]
32
35
```
33
36
You can’t perform that action at this time.
0 commit comments