be.niwi/clj.jdbc

Alternative implementation of jdbc wrapper for clojure. For this momment, the official wrapper `clojure.jdbc` has very unclear api and it doing a lot of implicit things such as connection management. This library intends make more simple and clear api to jdbc than the official library.

Leiningen/Boot

[be.niwi/clj.jdbc "0.1.1"]

Clojure CLI/deps.edn

be.niwi/clj.jdbc {:mvn/version "0.1.1"}

Gradle

implementation("be.niwi:clj.jdbc:0.1.1")

Maven

<dependency>
  <groupId>be.niwi</groupId>
  <artifactId>clj.jdbc</artifactId>
  <version>0.1.1</version>
</dependency>