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.2.2"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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