ERFlute customize

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