com.github.robinlahtinen/clj-r2dbc

A modern low-level Clojure wrapper for non-blocking, R2DBC-based access to databases.

Leiningen/Boot

[com.github.robinlahtinen/clj-r2dbc "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.github.robinlahtinen/clj-r2dbc {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("com.github.robinlahtinen:clj-r2dbc:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.github.robinlahtinen</groupId>
  <artifactId>clj-r2dbc</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>