Skip to content

Commit e14c290

Browse files
committed
GitHub migration
1 parent cf64acd commit e14c290

27 files changed

+1494
-1572
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
dist: trusty
22
language: java
33
jdk:
4-
- openjdk8
4+
- openjdk8
5+
before_install:
6+
- wget https://github.com/AdoptOpenJDK/openjdk12-binaries/releases/download/jdk-12.0.1%2B12/OpenJDK12U-jdk_x64_linux_hotspot_12.0.1_12.tar.gz
7+
- wget https://download.java.net/java/early_access/jpackage/49/openjdk-13-jpackage+49_linux-x64_bin.tar.gz
8+
- tar xzf OpenJDK12U-jdk_x64_linux_hotspot_12.0.1_12.tar.gz
9+
- tar xzf openjdk-13-jpackage+49_linux-x64_bin.tar.gz
10+
- export JAVA_HOME=./jdk-12.0.1+12
11+
- export JPACKAGE_HOME=./jdk-13
12+
- export PATH=$JAVA_HOME/bin:$PATH
13+
- echo "MAVEN_OPTS='-Xmx3072m -XX:MaxPermSize=512m'" > ~/.mavenrc
14+
- "env"
15+
- sudo apt-get install -y fakeroot rpm

ERDesigner English.launch

Lines changed: 0 additions & 24 deletions
This file was deleted.

ERDesigner German.launch

Lines changed: 0 additions & 29 deletions
This file was deleted.
File renamed without changes.

README.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# Mogwai ERDesigner NG
2+
3+
The Mogwai ERDesigner is an entity relationship modeling/design tool(ERD) such as ERWin and co. The only difference is that it is Open Source and does not cost anything. It was designed to make database modeling as easy as it can be and to support the developer in the whole development process, from database design to schema and code generation.
4+
5+
[![Build Status](https://travis-ci.org/mirkosertic/MogwaiERDesignerNG.svg?branch=master)](https://travis-ci.org/mirkosertic/MogwaiERDesignerNG)
6+
7+
**ERDesigner NG**
8+
* is based on Java and can be run on Windows,Unix and Mac systems
9+
* is distributed as a zip/tar/installer file or can be launched by Microsoft Store
10+
* has a powerful WYSIWYG editor for physical database design
11+
* supports 2D and 3D database modeling, browsing and design
12+
* generates true 3D anaglyphic views from your database structure
13+
* handles tables, relations, views, domains, custom types, indexes and comments
14+
* supports a central repository for all models ( Model Repository )
15+
* supports subject areas
16+
* supports MySQL, Oracle, Microsoft SQLServer, PostgreSQL, H2 and HypersonicSQL
17+
* creates the SQL DDL statements for your database schema
18+
* supports forward and reverse engineering
19+
* has an integrated schema version control system
20+
* can generate schema migration scripts for every change
21+
* stores the database definition as XML files for further processing
22+
* can export the database schema as GIF, BMP, JPEG or SVG files
23+
* has an integrated reverse engineering module for existing schemas
24+
* has a build in schema compare feature
25+
* can generate schema documentation as PDF, HTML, RTF and other formats
26+
* supports schema conversion between different dialects
27+
* analyzes the database model for common problems
28+
* generates [OpenXava](https://www.openxava.org/) applications
29+
* it is based on GPL license
30+
31+
## User manual
32+
33+
An extensive user manual is available [here](userdoc/MogwaiERDesignerNG.pdf).
34+
35+
## Screenshots
36+
37+
### Main Screen
38+
![Main Screen](screenshots/main_screen.jpg)
39+
40+
### Edit table
41+
![Edit table](screenshots/edit_table.jpg)
42+
43+
### Model compare
44+
![Model compare](screenshots/model_compare.jpg)
45+
46+
### SQL generation
47+
![SQL generation](screenshots/sql_generation.jpg)
48+
49+
### 2D editing mode
50+
![2D mode](screenshots/2d_editing_mode.jpg)
51+
52+
### 3D editing mode
53+
![3D mode](screenshots/3d_editing_mode.jpg)

assembly-plain.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
<fileSet>
1010
<directory>${staging.dir}</directory>
1111
<outputDirectory>.</outputDirectory>
12-
<excludes>
13-
<exclude>install*.xml</exclude>
14-
</excludes>
1512
</fileSet>
1613
</fileSets>
1714
</assembly>

install.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<langpack iso3="eng"/>
3333
</locale>
3434
<resources>
35-
<res id="LicencePanel.licence" src="LICENSE_MOGWAI.txt"/>
35+
<res id="LicencePanel.licence" src="LICENSE"/>
3636
<res src="install_shortcutspec.xml" id="shortcutSpec.xml"/>
3737
<res src="install_unix_shortcutspec.xml" id="Unix_shortcutSpec.xml"/>
3838
</resources>

install_shortcutspec.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

install_unix_shortcutspec.xml

Lines changed: 0 additions & 23 deletions
This file was deleted.

keystore/erdesignerkeystore

-1.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)