io.github.unisoma/sqlite-migrate

Declarative SQLite schema migration: introspect a live database into a Snapshot, diff it against a Declaration, and turn the Diff into an executable Plan.

Leiningen/Boot

[io.github.unisoma/sqlite-migrate "0.2.0-SNAPSHOT"]

Clojure CLI/deps.edn

io.github.unisoma/sqlite-migrate {:mvn/version "0.2.0-SNAPSHOT"}

Gradle

implementation("io.github.unisoma:sqlite-migrate:0.2.0-SNAPSHOT")

Maven

<dependency>
  <groupId>io.github.unisoma</groupId>
  <artifactId>sqlite-migrate</artifactId>
  <version>0.2.0-SNAPSHOT</version>
</dependency>