jar

io.github.joselion : atomic-flyway

Maven & Gradle

Jun 05, 2023
1 stars

atomic-flyway · A wrapper around Flyway to make your migration atomic. That is to say, it provides a revert mechanism that is set in place by design every time you write a migration.

Table Of Contents

Latest Version

Download io.github.joselion : atomic-flyway JAR file - Latest Versions:

All Versions

Download io.github.joselion : atomic-flyway JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window atomic-flyway-1.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.joselion.atomicflyway

├─ io.github.joselion.atomicflyway.AtomicFlyway.class - [JAR]

├─ io.github.joselion.atomicflyway.AtomicMigration.class - [JAR]

├─ io.github.joselion.atomicflyway.UndoMigration.class - [JAR]

io.github.joselion.atomicflyway.exceptions

├─ io.github.joselion.atomicflyway.exceptions.UndoMigrationException.class - [JAR]