Last Version

Database Schema Evolution mechanism in a tiny library 1.0.3

Library allows easy evolution of the data model for your application. Darwin runs migration SQL scripts in a specific dialect according to clearly defined rules.

License

License

GroupId

GroupId

one.edee.oss
ArtifactId

ArtifactId

darwin
Version

Version

1.0.3
Type

Type

jar
Description

Description

Database Schema Evolution mechanism in a tiny library
Library allows easy evolution of the data model for your application. Darwin runs migration SQL scripts in a specific dialect according to clearly defined rules.
Project URL

Project URL

https://github.com/FgForrest/Darwin/
Project Organization

Project Organization

FG Forrest, a.s.

Download darwin 1.0.3


<!-- https://jarcasting.com/artifacts/one.edee.oss/darwin/ -->
<dependency>
    <groupId>one.edee.oss</groupId>
    <artifactId>darwin</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/one.edee.oss/darwin/
implementation 'one.edee.oss:darwin:1.0.3'
// https://jarcasting.com/artifacts/one.edee.oss/darwin/
implementation ("one.edee.oss:darwin:1.0.3")
'one.edee.oss:darwin:jar:1.0.3'
<dependency org="one.edee.oss" name="darwin" rev="1.0.3">
  <artifact name="darwin" type="jar" />
</dependency>
@Grapes(
@Grab(group='one.edee.oss', module='darwin', version='1.0.3')
)
libraryDependencies += "one.edee.oss" % "darwin" % "1.0.3"
[one.edee.oss/darwin "1.0.3"]

Dependencies

compile (8)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.8
commons-logging : commons-logging jar 1.2
org.springframework : spring-core jar 5.3.21
org.springframework : spring-beans jar 5.3.21
org.springframework : spring-context jar 5.3.21
org.springframework : spring-jdbc jar 5.3.21
org.springframework : spring-tx jar 5.3.21
org.freemarker : freemarker Optional jar 2.3.31

test (11)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.springframework : spring-test jar 5.3.21
org.springframework : spring-web jar 5.3.21
com.zaxxer : HikariCP jar 3.4.5
mysql : mysql-connector-java jar 8.0.29
com.oracle.database.jdbc : ojdbc6 jar 11.2.0.4
com.h2database : h2 jar 2.1.214
org.slf4j : slf4j-simple jar 1.7.30
org.slf4j : slf4j-api jar 1.7.30
org.apache.logging.log4j : log4j pom 2.17.2

Project Modules

There are no modules declared in this project.