dbmaintain-integrationtest

Integration tests for dbmaintain

License

License

GroupId

GroupId

org.dbmaintain
ArtifactId

ArtifactId

dbmaintain-integrationtest
Last Version

Last Version

2.7.2
Release Date

Release Date

Type

Type

jar
Description

Description

dbmaintain-integrationtest
Integration tests for dbmaintain

Download dbmaintain-integrationtest

How to add to project

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

Dependencies

test (8)

Group / Artifact Type Version
org.dbmaintain : dbmaintain jar 2.7.2
org.dbmaintain : dbmaintain test-jar 2.7.2
junit : junit jar 4.12
org.hsqldb : hsqldb jar 2.3.4
log4j : log4j jar 1.2.17
commons-io : commons-io jar 2.5
org.apache.commons : commons-lang3 jar 3.4
commons-dbutils : commons-dbutils jar 1.6

Project Modules

There are no modules declared in this project.

Build Status Maintainability Maven Central Version

DbMaintain

Fork of DbMaintain with new Features.

Overview

DbMaintain enables automatic roll-out of updates to a relational database. It brings database scripts into version control just like regular source code to transparently deploy databases from development to production.

DbMaintain keeps track of which database updates have been deployed on which database.

Updates are performed incrementally: Only what has been changed since the last deployment is applied. Features such as repeatable scripts, postprocessing scripts, multi-database and database user support and support for patches turn DbMaintain into a complete solution for the enterprise.

Documentation

For usage with docker see docker configuration.

See documentation for getting started and full documentation.

org.dbmaintain

Versions

Version
2.7.2
2.4
2.3
2.2
2.1
2.0