All Projects → roundrop → ermasterr

roundrop / ermasterr

Licence: Apache-2.0 license
A fork of ERMaster. Faster, Better, VCS-friendly.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to ermasterr

VIATRA-Generator
An efficient graph solver for generating well-formed models
Stars: ✭ 21 (-22.22%)
Mutual labels:  modeling, eclipse-plugin
react-visual-modeling
A DAG React Component for visualization modeling, suitable for UML, database modeling, data warehouse construction.(一个基于React的数据可视化建模的DAG图,适用于UML,数据库建模,数据仓库建设等业务)
Stars: ✭ 96 (+255.56%)
Mutual labels:  modeling, modeling-tool
Amateras Modeler
UML and ER-diagram editor for Eclipse
Stars: ✭ 190 (+603.7%)
Mutual labels:  modeling, eclipse-plugin
qp-arduino
QP real-time embedded frameworks/RTOS for Arduino (AVR and SAM)
Stars: ✭ 37 (+37.04%)
Mutual labels:  modeling, modeling-tool
pycsp3
A Python Library for modeling combinatorial constrained problems
Stars: ✭ 39 (+44.44%)
Mutual labels:  modeling, modeling-tool
rec-core
Data pipelining service
Stars: ✭ 19 (-29.63%)
Mutual labels:  modeling
legend-studio
Legend Studio
Stars: ✭ 53 (+96.3%)
Mutual labels:  modeling
eclipse
Eclipse For Bazel (deprecated, see https://github.com/salesforce/bazel-eclipse instead)
Stars: ✭ 31 (+14.81%)
Mutual labels:  eclipse-plugin
ADT Frontend
ABAP development tools plug-in for abapGit
Stars: ✭ 36 (+33.33%)
Mutual labels:  eclipse-plugin
poesy
Poetry generation via natural language markov models
Stars: ✭ 56 (+107.41%)
Mutual labels:  modeling
copulae
Multivariate data modelling with Copulas in Python
Stars: ✭ 96 (+255.56%)
Mutual labels:  modeling
rsofun
An R package for dynamic vegetation modelling, including tools for parallelisation, calibration, benchmarking, and data assimilation (latter is under construction).
Stars: ✭ 15 (-44.44%)
Mutual labels:  modeling
uml2solidity
A uml profile and a set of acceleo code generators to model smart contracts in uml and generate solidity code.
Stars: ✭ 35 (+29.63%)
Mutual labels:  eclipse-plugin
palladio
Palladio enables the execution of CityEngine CGA rules inside of SideFX Houdini.
Stars: ✭ 92 (+240.74%)
Mutual labels:  modeling
lslforge
LSLForge - Eclipse plugin to assist with LSL scripting for Second Life. This repository is used for development, pull requests and bug reports.
Stars: ✭ 17 (-37.04%)
Mutual labels:  eclipse-plugin
ContextQuickie
An eclipse add-on which extens the context menu for accessing various tools.
Stars: ✭ 17 (-37.04%)
Mutual labels:  eclipse-plugin
ssl-support
Расширение для 1C:EDT позволяющее разрабатывать конфигурации на основе библиотеки 1С:БСП (Библиотека Стандартных Подсистем, Standard Subsystems Library) с бОльшим комфортом.
Stars: ✭ 83 (+207.41%)
Mutual labels:  eclipse-plugin
Telewavesim
Teleseismic body wave modeling through stacks of (submarine/anisotropic) layers
Stars: ✭ 41 (+51.85%)
Mutual labels:  modeling
eclox
Eclox is a simple doxygen frontend plug-in for eclipse. It aims to provide a slim and sleek integration of the code documentation process into Eclipse.
Stars: ✭ 32 (+18.52%)
Mutual labels:  eclipse-plugin
Aurora
Modern toolbox for impurity transport, neutrals and radiation modeling in magnetically-confined plasmas
Stars: ✭ 18 (-33.33%)
Mutual labels:  modeling

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].