galan / dub

Database schema-evolution management tool for Oracle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dub

dub manages database modifications (schema-evolution) during the development process/maintenance in a centralized manner. The change-sets will be executed against a target database, and will keep an overview of all exising changes (new, current and past).

Change-sets are simple plain sql-files, which are grouped by date (filename), version (directory). The structure of files and directories are placed in a jar-file with an additionally manifest file, containing meta information and configuration properties. The project consist of two parts: the gui, which is responsible for importing/executing the desired versions aka modifications, and an ant-task, to create the structure and jar-file automatically during the build process. Only Oracle is supported as database target platform.

Screenshots

Welcome screen (english)

Welcome screen (english)

Splashscreen

Splashscreen

Configuration (english)

Configuration (english)

Dub Table selection (german)

Dub Table selection (german)

Executing the changes (german)

Executing the changes (german)

About

Database schema-evolution management tool for Oracle

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 100.0%