Coder Social home page Coder Social logo

liquigen's Introduction

Liquigen

Liquibase Changeset Generation for IntelliJ IDEA

How to Use

This plugin acts as a front-end for several Liquibase command-line actions.

Currently the following actions are supported:

  • Generate a Liquibase XML changelog to recreate a selected Data Source from scratch
  • Generate a Liquibase XML changelog to create selected database objects for a single Data Source
  • Compare two Data Sources - a reference and a target - and generate a Liquibase XML changelog to transform the target Data Source to the reference

Generate XML from Data Source

Select a Data Source, then select Liquibase > Generate Changeset

Generate XML from Database Objects

Select a single or several Database Objects, then select Liquibase > Generate Changeset

If Liquibase does not support generating XML changeset for selected objects, the resulting XML will be empty.

Compare two Data Sources

  • Select a Data Source, then select Liquibase > Generate Diff
  • Select a reference Data Source in the pop-up

or

  • Select two Data Sources, then select Liquibase > Generate Diff on any of them

Generated diff will be based upon which transformations are needed to transform target Data Source to a reference Data Source.

This operation is not symmetric.

How to Install

  • Using IDE built-in plugin system on Windows:
    • File > Settings > Plugins > Browse repositories... > Search for "Liquigen" > Install Plugin
  • Manually:
    • Download the latest release and install it manually using File > Settings > Plugins > Install plugin from disk...

How to Build

To build the plugin from source code, please execute:

gradlew buildPlugin

You can find the distribution file in build/distributions folder.

Caution! This plugin is configured to build against a bundled distribution of IntelliJ Ultimate 2019.1

This can result in an extremely heavy and lengthy download of dependencies. If you want to build this plugin against your local IntelliJ IDE installation, please consult Gradle IntelliJ plugin documentation.

Download

Download the latest release.

liquigen's People

Contributors

alex-inv avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.