https://github.com/roundrop/ermasterr
A fork of ERMaster. Faster, Better, VCS-friendly.
https://github.com/roundrop/ermasterr
eclipse-plugin er-diagram modeling modeling-tool
Last synced: 6 days ago
JSON representation
A fork of ERMaster. Faster, Better, VCS-friendly.
- Host: GitHub
- URL: https://github.com/roundrop/ermasterr
- Owner: roundrop
- License: apache-2.0
- Created: 2016-03-01T11:23:42.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T05:38:02.000Z (over 8 years ago)
- Last Synced: 2024-04-15T14:16:38.598Z (almost 2 years ago)
- Topics: eclipse-plugin, er-diagram, modeling, modeling-tool
- Language: Java
- Homepage:
- Size: 17.5 MB
- Stars: 28
- Watchers: 6
- Forks: 32
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://github.com/roundrop/ermasterr/tree/master/dropins/ermasterr/eclipse/plugins) 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
* ermasterr has fixed the issue that erdiagram data file size becomes gigantic in sometimes by writing a large amount of same xml tags. (https://sourceforge.net/p/ermaster/bugs/119/)
## VCS-friendly
* ermasterr can write git-mergable erdiagram data as far as possible. (https://sourceforge.net/p/ermaster/feature-requests/104/)
# License
Apache License V2.0