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

Clojure CLI/deps.edn

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

Gradle

implementation("sjdbc:sjdbc:0.1.7")

Maven

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