db-schema-migration

A simple database schema migration tool for Clojure

Leiningen/Boot

[db-schema-migration "0.1.6"]

Clojure CLI/deps.edn

db-schema-migration/db-schema-migration {:mvn/version "0.1.6"}

Gradle

implementation("db-schema-migration:db-schema-migration:0.1.6")

Maven

<dependency>
  <groupId>db-schema-migration</groupId>
  <artifactId>db-schema-migration</artifactId>
  <version>0.1.6</version>
</dependency>