Experimental eclipse plug-in for the sql-schema-comparer library
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.
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.
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
.
You need to activate the plug-in by pressing SQL Schema Comparer in the project's context menu.
The plug-in is published under the terms of the Eclipse Public License (EPL) 1.0.