maurerle / eralchemy2

Entity Relation Diagrams generation tool based on https://github.com/Alexis-benoist/eralchemy
Apache License 2.0
63 stars 15 forks source link

Colorful ER diagram #16

Open Raven888888 opened 1 year ago

Raven888888 commented 1 year ago

Possible to add option to output colorful ER diagram?

maurerle commented 1 year ago

You mean like presented here?

erd image

So erd, which is used to plot this, actually supports this, but a color is not written to the processed erd file. How would you like or expect to set the colors?

maurerle commented 1 year ago

So for reference: one would need to set the bgcolor per table like it is done it the related erd project: https://github.com/BurntSushi/erd/blob/master/examples/nfldb.er

and https://github.com/BurntSushi/erd#fonts-colors-labels-

Currently, this is not parsed or possible in the eralchemy2 parser, as the REgex parsing does not respect this.

How would you expect to use/configure the colors for a .db or database URI?