Dicklesworthstone / sqlalchemy_data_model_visualizer

Automatically turn your SQLalchemy Data Models into a Nice SVG Diagram
MIT License
244 stars 10 forks source link

new release #7

Open gillespilloudkerlink opened 4 months ago

gillespilloudkerlink commented 4 months ago

Hi !

I have lot of interest about the view_diagram option from https://github.com/Dicklesworthstone/sqlalchemy_data_model_visualizer/blob/main/sqlalchemy_data_model_visualizer.py#L15C1-L15C114

But this code has been pushed after the last project release.

Will it be possible to plan a new release with this option ?

regards,

anton-buyskikh commented 3 weeks ago

@gillespilloudkerlink before it's done, you can install this package directly with git references, e.g.

pip install git+https://github.com/Dicklesworthstone/sqlalchemy_data_model_visualizer.git@main

or add this to pyproject.toml if you use Poetry or similar

sqlalchemy_data_model_visualizer = { git = "https://github.com/Dicklesworthstone/sqlalchemy_data_model_visualizer.git", rev = "main" }