org.clojars.josemorista/eboshi

Eboshi is a lightweight Clojure library for managing SQL migrations stored as EDN files and executing them against a relational database. The project provides a migration-runner protocol and a MySQL implementation using next.jdbc.

Leiningen/Boot

[org.clojars.josemorista/eboshi "0.1.0"]

Clojure CLI/deps.edn

org.clojars.josemorista/eboshi {:mvn/version "0.1.0"}

Gradle

implementation("org.clojars.josemorista:eboshi:0.1.0")

Maven

<dependency>
  <groupId>org.clojars.josemorista</groupId>
  <artifactId>eboshi</artifactId>
  <version>0.1.0</version>
</dependency>

Note: this artifact is a non-canonical fork. See the wiki for more details.