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

Clojure CLI/deps.edn

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

Gradle

implementation("sjdbc:sjdbc:0.1.5")

Maven

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