Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 926 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 926 Bytes

CouchDB Java API

IndabaConsultores Sonarcloud

A Java client for CouchDB database.

This is an active fork of LightCouch CouchDB Java API. Our intention is to mantain an active development of the library to cover the CouchDB REST API.

The releases of this fork are published via Jitpack

<dependency>
	<groupId>com.github.IndabaConsultores</groupId>
	<artifactId>lightCouch</artifactId>
	<version>0.3.2</version>
</dependency>