lein-db

Lein plugin to handle database setup, migrations and seed data

Leiningen/Boot

[lein-db "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

lein-db/lein-db {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("lein-db:lein-db:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>lein-db</groupId>
  <artifactId>lein-db</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>