couchdb-1.0
io.openliberty.features
This feature has been stabilized. The strategic alternative to this feature is the cloudant-1.0 feature. This feature enables connections to CouchDB by providing a connector instance configured in the server configuration, which can be injected or accessed through JNDI. Applications use the ektorp client library to utilize the connector instance to work with CouchDB.
Add to your project26.0.0.3
<dependency>
<groupId>io.openliberty.features</groupId>
<artifactId>couchdb-1.0</artifactId>
<version>26.0.0.3</version>
</dependency>Version Details — 26.0.0.3
This feature has been stabilized. The strategic alternative to this feature is create a CDI Producer by following the technique as described in https://openliberty.io/blog/2019/02/19/mongodb-with-open-liberty.html This feature enables connections to CouchDB by providing a connector instance configured in the server configuration, which can be injected or accessed through JNDI. Applications use the ektorp client library to utilize the connector instance to work with CouchDB.