Just a small update for Swift CouchDB client lib with couple new methods that I needed by myself:
- Added a new method to create a database [docs].
- Added a new method to delete a database [docs].
- Added a new method to check if a database exists [docs].
- Every request handles unauthorised errors now.
- CouchDBClientError model has a description text now.
CouchDB Client on GitHub | Documentation with examples and tutorials.