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-RC4-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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