gcs-database-history

A [debezium](https://github.com/debezium/debezium) DatabaseHistory implementation that stores the schema history in a GCS bucket.

Leiningen/Boot

[gcs-database-history "0.1.0"]

Clojure CLI/deps.edn

gcs-database-history/gcs-database-history {:mvn/version "0.1.0"}

Gradle

implementation("gcs-database-history:gcs-database-history:0.1.0")

Maven

<dependency>
  <groupId>gcs-database-history</groupId>
  <artifactId>gcs-database-history</artifactId>
  <version>0.1.0</version>
</dependency>