{"id":76274,"library":"org-ektorp","title":"Ektorp","description":"A Java CouchDB persistence library providing a simple API for CouchDB operations.","status":"active","version":"1.5.0","language":"java","source_language":null,"source_url":"https://github.com/helun/Ektorp","tags":["couchdb","database","persistence","ektorp"],"install":[{"cmd":"<dependency>\n  <groupId>org.ektorp</groupId>\n  <artifactId>org.ektorp</artifactId>\n  <version>1.5.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.ektorp:org.ektorp:1.5.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"CouchDbConnector","correct":"org.ektorp.CouchDbConnector"}],"quickstart":{"code":"import org.ektorp.CouchDbConnector;\nimport org.ektorp.CouchDbInstance;\nimport org.ektorp.http.HttpClient;\nimport org.ektorp.impl.StdCouchDbInstance;\n\npublic class Example {\n    public static void main(String[] args) {\n        HttpClient httpClient = new HttpClient();\n        CouchDbInstance dbInstance = new StdCouchDbInstance(httpClient);\n        CouchDbConnector connector = dbInstance.createConnector(\"mydb\", true);\n    }\n}","lang":"java","description":"Connects to a CouchDB database using Ektorp."},"warnings":[{"fix":"Consider upgrading to a maintained fork or using Couchbase Lite.","message":"Ektorp 1.5.0 uses an older HTTP client; may have compatibility issues with newer CouchDB versions.","severity":"gotcha","affected_versions":"<=1.5.0"}],"env_vars":null,"search_vec":"'api':10 'couchdb':4,12,14 'databas':15 'ektorp':1,17 'java':3 'librari':6 'oper':13 'persist':5,16 'provid':7 'simpl':9","created_at":"2026-06-17T19:26:43.713784+00:00","updated_at":"2026-06-17T19:26:43.713784+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/helun/Ektorp","github":"https://github.com/helun/Ektorp","docs":"https://appdoc.app/artifact/org.ektorp/org.ektorp/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}