Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 981 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 981 Bytes

RethinkDB Kotlin/JVM Extensions

Maven Central Travis-CI.org Twitter

Kotlin extensions for the RethinkDB Java driver.

Looking for the Java driver? You can find it here.

Building from source

To build from source you just need JDK 8 or greater.

Run ./gradlew assemble to build the jar or ./gradlew install to install it into your local maven repository.

Deploying a release or snapshot

See DEPLOYING.md