toucan

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

Leiningen/Boot

[toucan "1.1.5"]

Clojure CLI/deps.edn

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

Gradle

implementation("toucan:toucan:1.1.5")

Maven

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