Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 581 Bytes

File metadata and controls

34 lines (27 loc) · 581 Bytes

kouch (beta)

Kotlin client for CouchDB

Download

Use https://jitpack.io repository

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
implementation 'com.github.lewik.kouch:kouch:0.0.55'

Usage

kotlin

//TODO

java

//TODO

Thanks to

First version writer: https://gitlab.com/oftomorrow