This is release 1.5.0 back on eralchemy.
Instead of pip install eralchemy2
one should use pip install eralchemy[graphviz]
.
Other than that, no breaking changes are to be expected.
Features
- Unite codebase of eralchemy2 and eralchemy back to eralchemy
- Includes features from eralchemy2
- Allow having either graphviz or pygraphviz installed by @maurerle in #126
- Draw column relations by @JosePVB in #72
- CI now uses nox
- proper regex to include/exclude tables/columns
- allow setting title of diagram
- mermaid rendering support