Skip to content

roundrop/ermasterr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3814220 · Sep 21, 2017

History

52 Commits
Mar 1, 2016
May 9, 2017
Sep 26, 2016
May 9, 2017
Mar 1, 2016
Mar 1, 2016
Sep 26, 2016
May 3, 2017
Mar 1, 2016
May 4, 2017
Mar 1, 2016
Apr 4, 2016
Mar 1, 2016
Sep 26, 2016
Mar 1, 2016
Mar 1, 2016
Mar 4, 2016
Sep 21, 2017
Mar 1, 2016
Mar 1, 2016
Mar 1, 2016
Mar 1, 2016

Repository files navigation

ermasterr

A fork of ERMaster. Faster, Better, VCS-friendly.

Original version is http://ermaster.sourceforge.net

ERMaster is GUI editor for ER diagram.
It runs as Eclipse plug-in.
It can be done graphically to making ER diagram, printing ER diagram, exporting the DDL from ER diagram, etc. .
Moreover, importing from DB, management of the group, and the historical management, etc. are supported.

Install

  1. Install Eclipse
    Package: Eclipse IDE for Java Developers
  2. Install PDE plug-in
    Plug-in name: Eclipse PDE Plug-in Developer Resources
  3. Install ermasterr
    Copy the contents of the dropins folder to the dropins folder located in the root of your Eclipse installation.

Directory tree example:

your_eclipse_install_dir/
└── dropins/
    └── ermasterr/
        └── eclipse/
            └── plugins/
                └── org.insightech.er_x.y.z.jar

or put jar file to dropins directly.

your_eclipse_install_dir/
└── dropins/
    └── org.insightech.er_x.y.z.jar

Features

Faster

  • ermasterr prevented a increase of the drawing time by getting rid of tabs of each category and skipping expensive initialization for each category.

Better

VCS-friendly

License

Apache License V2.0