bf.crud

Easy and extensible sql CRUD operations in Clojure

Leiningen/Boot

[bf.crud "0.1.0"]

Clojure CLI/deps.edn

bf.crud/bf.crud {:mvn/version "0.1.0"}

Gradle

implementation("bf.crud:bf.crud:0.1.0")

Maven

<dependency>
  <groupId>bf.crud</groupId>
  <artifactId>bf.crud</artifactId>
  <version>0.1.0</version>
</dependency>