toucan

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

Leiningen/Boot

[toucan "1.11.0"]

Clojure CLI/deps.edn

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

Gradle

implementation("toucan:toucan:1.11.0")

Maven

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