dsm

dsm (short for "dead simple migrations") is a small Clojure library designed to run migration functions.

Leiningen/Boot

[dsm "0.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

dsm/dsm {:mvn/version "0.0.0-SNAPSHOT"}

Gradle

implementation("dsm:dsm:0.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>dsm</groupId>
  <artifactId>dsm</artifactId>
  <version>0.0.0-SNAPSHOT</version>
</dependency>