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.3"]

Clojure CLI/deps.edn

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

Gradle

implementation("sjdbc:sjdbc:0.1.3")

Maven

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