toucan

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

Leiningen/Boot

[toucan "1.1.3"]

Clojure CLI/deps.edn

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

Gradle

implementation("toucan:toucan:1.1.3")

Maven

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