sjdbc

Very simple JDBC library allows you to write simple SQL as is and send to jdbc, all connections are pooled by default.

Leiningen/Boot

[sjdbc "0.1.4"]

Clojure CLI/deps.edn

sjdbc/sjdbc {:mvn/version "0.1.4"}

Gradle

implementation("sjdbc:sjdbc:0.1.4")

Maven

<dependency>
  <groupId>sjdbc</groupId>
  <artifactId>sjdbc</artifactId>
  <version>0.1.4</version>
</dependency>