Skip to content

devcrops-official/devcrops-dbreverse-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEVCROPS DB REVERSE PLUGIN

Maven plugin that allows you to make a database dbreverse and version it on a git repository.

Installation

To install the plugin, just run the command in the root project directory.

$ mvn install

This will allow the plugin to be installed locally.

Goal Overview

devcrops-dbreverse:reverse-db

$ mvn devcrops-dbreverse:reverse-db

Goal to recover all DDLs of a DB.

Parametro Required Default Description
dbConnection YES - The jdbc url to use to connect to the database
dbDriver YES - The fully qualified classname of the jdbc driver to use to connect to the database
dbSchema YES - The schema of the db.
dbUser YES - The user to use to connect to the database
dbPassword YES - The password to use to connect to the database
dbOutputDirectory NO schema_name The output directory where the DDLs script will be written
gitPush NO false If you are inside a git repository you can Push automatically.
gitPushMessage NO Commit modifiche DDL oggetti DB Commit Message

About

Maven plugin that allows you to make a database dbreverse and version it on a git repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published