Erd Go Versions Save

Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.(convert to dot file)

v2.0.0

3 years ago

Merged big PR #17 (Contributed by @ray-g. Thank you!)

  1. Resolved issue-10, integrated with dot command
  2. Resolved issue-14, replace the illegal characters in the table name, which I have the same requirement
  3. Resolved issue-16, make the isolated node horizontal, which I also have the same requirement
  4. Added colors segment, which can act as a named color palette
  5. Added ? mark to the cardinality, showing the {0,1}, which exists in the BurntSushi ER format
  6. Cleaned some lint issues in go and markdown files.

v1.4.6

3 years ago

Update Dockerfile & README.md

v1.4.5

4 years ago

cleanup lint warnings and add integration test #11 (thanks @glaslos)

v1.4.3

5 years ago

bugfix: Missing plus symbol in cardinality set #9

v1.4.2

5 years ago

Bugfix

  • #6 fix overwriting relation attributes

Misc

  • fix #7

v1.4.1

5 years ago

new Makefile task

v1.4.0

5 years ago

support format option (dot only). compatible BurntSushi/erd.

v1.3.0

5 years ago

fix #4

v1.2.0

6 years ago
  • Graph style change
  • change way of writing cardinality left and right

v1.1

6 years ago
  • bugfix for newline