toucan

Functionality for defining your application's models and querying the database.

Leiningen/Boot

[toucan "1.15.4"]

Clojure CLI/deps.edn

toucan/toucan {:mvn/version "1.15.4"}

Gradle

implementation("toucan:toucan:1.15.4")

Maven

<dependency>
  <groupId>toucan</groupId>
  <artifactId>toucan</artifactId>
  <version>1.15.4</version>
</dependency>