com.sigmund-hansen/drift

Drift 2 is a rails like migration framework for Clojure compatible with Java 8-21+.

Leiningen/Boot

[com.sigmund-hansen/drift "2.0.0"]

Clojure CLI/deps.edn

com.sigmund-hansen/drift {:mvn/version "2.0.0"}

Gradle

implementation("com.sigmund-hansen:drift:2.0.0")

Maven

<dependency>
  <groupId>com.sigmund-hansen</groupId>
  <artifactId>drift</artifactId>
  <version>2.0.0</version>
</dependency>