Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.4 KB

File metadata and controls

34 lines (19 loc) · 1.4 KB

sql-schema-comparer-eclipse-plugin

Experimental eclipse plug-in for the sql-schema-comparer library

Details

sql-schema-comparer-eclipse-plugin integrates sql-schema-comparer supporting the following functions:

  • Check of simple SQL (SELECT) statements
  • Check of simple JPA entities

Near future versions of the plug-in will include sql-schema-comparer's database schema comparison support.

Installation

Currently, there exists no update site. You may install the plug-in manually or you start it by importing the plug-in project into eclipse.

Manual installation

Clone the repo. Import the repo using Existing Projects into Workspace. Export a plug-in JAR (which is actually a ZIP file). Extract the plug-in ZIP to ECLIPSE_ROOT/dropins. You should find the plug-in JAR at ECLIPSE_ROOT/dropins/plugins/. Restart eclipse with optino -clean.

Usage

You need to activate the plug-in by pressing SQL Schema Comparer in the project's context menu.

License

The plug-in is published under the terms of the Eclipse Public License (EPL) 1.0.