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.

Лицензия

Лицензия

Группа

Группа

one.edee.oss
Идентификатор

Идентификатор

darwin
Последняя версия

Последняя версия

1.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/FgForrest/Darwin/
Организация-разработчик

Организация-разработчик

FG Forrest, a.s.

Скачать darwin

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
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 Необязательный jar 2.3.31

test (11)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.
one.edee.oss

FG Forrest

Версии библиотеки

Версия
1.0.3
1.0.2
1.0.1
1.0.0