Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
eralchemy 1.5.0 source code.tar.gz | 2024-09-17 | 179.1 kB | |
eralchemy 1.5.0 source code.zip | 2024-09-17 | 191.8 kB | |
README.md | 2024-09-17 | 1.1 kB | |
Totals: 3 Items | 372.0 kB | 2 |
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 https://github.com/eralchemy/eralchemy/pull/126
- Draw column relations by @JosePVB in https://github.com/eralchemy/eralchemy/pull/72
- CI now uses nox
- proper regex to include/exclude tables/columns
- allow setting title of diagram
- mermaid rendering support
Bugfixes
- Improve tests by using fixtures by @maurerle in https://github.com/eralchemy/eralchemy/pull/120
- build: create a release workflow by @12rambau in https://github.com/eralchemy/eralchemy/pull/128
- Remove references to newsmeme by @kasium in https://github.com/eralchemy/eralchemy/pull/129
- give more readable error output when non sqlalchemy input is given by @maurerle in https://github.com/eralchemy/eralchemy/pull/118