Can we make this customizable? I am aware of the Philosophy statement:
I don't intend for erd to have a large feature set with a lot of options for customizing the appearance of ER diagrams.
However, this dashed style may be confusing, because in some ERD notations (e.g. Baker's notation dashed lines have a meaning. In some usecases, like mine, this is a problem.
If this idea gets accepted, I'll be happy to make a PR.
The edges in the graph are dashed and this is hardcoded in this line: https://github.com/BurntSushi/erd/blob/06c72643682a42a890a2ffadac82cfc1dafd5edd/app/Main.hs#L54
Can we make this customizable? I am aware of the Philosophy statement:
However, this dashed style may be confusing, because in some ERD notations (e.g. Baker's notation dashed lines have a meaning. In some usecases, like mine, this is a problem.
If this idea gets accepted, I'll be happy to make a PR.