maurerle/eralchemy2

Colorful ER diagram

Opened this issue · 2 comments

Possible to add option to output colorful ER diagram?

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?

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?