License |
License |
---|---|
Categories |
CategoriesFlyway Data Databases |
GroupId | GroupIdcom.intelliware |
ArtifactId | ArtifactIdflywaydb-script-generator |
Version | Version0.9.1 |
Type | Typejar |
Description |
Descriptionflyway-script-generator
A wrapper around Flyway to allow for script generation, for enviornments where Flyway is not permitted access to certain controlled environments, such as PROD.
The generated script can then be audited, reviewed and run manually against said controlled environments.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationIntelliware Development Inc. |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.intelliware/flywaydb-script-generator/ -->
<dependency>
<groupId>com.intelliware</groupId>
<artifactId>flywaydb-script-generator</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.intelliware/flywaydb-script-generator/
implementation 'com.intelliware:flywaydb-script-generator:0.9.1'
// https://jarcasting.com/artifacts/com.intelliware/flywaydb-script-generator/
implementation ("com.intelliware:flywaydb-script-generator:0.9.1")
'com.intelliware:flywaydb-script-generator:jar:0.9.1'
<dependency org="com.intelliware" name="flywaydb-script-generator" rev="0.9.1">
<artifact name="flywaydb-script-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.intelliware', module='flywaydb-script-generator', version='0.9.1')
)
libraryDependencies += "com.intelliware" % "flywaydb-script-generator" % "0.9.1"
[com.intelliware/flywaydb-script-generator "0.9.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.8 |
com.opentable.components : otj-pg-embedded | jar | 0.7.0 |