ops4j / org.ops4j.pax.warp

Database Transformations via JDBC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pax Warp

Thanks for looking into Pax Warp, a tool for managing database schemas and data sets.

This is the official source repository of the OPS4J Pax Warp project. It is licensed under the Apache Software License 2.0 by the OPS4J community.

Documentation

Build

You'll need a machine with Java 8 or higher.

Checkout:

git clone git://github.com/ops4j/org.ops4j.pax.warp.git

Build with Maven wrapper (no Maven installation required):

./mvnw clean install

If Maven 3.2.5 or higher is already installed:

mvn clean install

Run additional integration tests (requires Docker):

mvn -Pdocker clean install

Run all integration tests including Oracle (requires Oracle account and additional Maven settings):

mvn -Pdocker,oracle clean install    

Releases

Releases go to Maven Central.

Pax Warp is incubating. The current milestone release is Pax Warp 0.7.0.

Continuous Integration Builds

We have continuous integration builds set up here:

The Travis CI build supports Docker and includes the full set of integration tests, with the required database servers running as Docker containers.

Snapshot artifacts are published to:

The OPS4J Team.

About

Database Transformations via JDBC


Languages

Language:Java 94.3%Language:Shell 3.2%Language:Batchfile 2.4%Language:HTML 0.0%