ERFlute customize

友住慎也 authored on 8 Jul
.settings First Commit 10 months ago
META-INF First Commit 10 months ago
etc/ license First Commit 10 months ago
icons First Commit 10 months ago
images First Commit 10 months ago
lib First Commit 10 months ago
resources First Commit 10 months ago
schema First Commit 10 months ago
src/org/dbflute/ erflute デフォルトを小文字にする 10 months ago
test/org/dbflute/erflute/db/ sqltype First Commit 10 months ago
.classpath First Commit 10 months ago
.gitignore First Commit 10 months ago
.project First Commit 10 months ago
LICENSE First Commit 10 months ago
NOTICE First Commit 10 months ago
README.md First Commit 10 months ago
README_ja.txt First Commit 10 months ago
build.properties First Commit 10 months ago
plugin.properties First Commit 10 months ago
plugin.xml First Commit 10 months ago
README.md

ERFlute

ERD Modeling Tool for Startup & Incremental Development as Eclipse Plugin

Features

  • Simple but Graphical
  • Simple but Functional
  • Mergeable ERD

Install ERFlute

See Download jar

License

Apache License 2.0

Official site

Japanese Official site
http://dbflute.seasar.org/ja/manual/function/helper/erflute/index.html

Contribution to ERFlute

Installation

  1. Use the LTS JDK (11 or 17)
  2. Download the latest eclipse from https://mergedoc.osdn.jp/ Standard Edition is enough. Since there are many unnecessary features for plugin development, there is no need to use Full Edition for Eclipse plugin development.

Clone

  1. Fork and clone this repository
  2. Import the repository to your eclipse workspace

Develop

  1. Make feature branch from develop

Test

  1. Open plugin.xml in Plug-in Manifest Editor
  2. Click Test -> Launch an Eclipse application
  3. Test ERFlute at eclipse

Make Pull Request

  1. Push your branch
  2. Make pull request to erflute:develop.

Structures

See README_ja.txt.

Thanks, Frameworks

ERFlute forks ERMaster, ERMaster-b.

I appreciate every framework.