new release
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,
@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" }
I love this project but also need the view_diagram option. Can you make a minor release with the current code?
I’ll look into it, if I can do it in like 10 minutes I’ll try. It’s been a while so I already forgot everything about now it’s set up. You can also just monkeypatch it in your deployment.
On Thu, May 1, 2025 at 10:27 AM Richie B2B @.***> wrote:
RichieB2B left a comment (Dicklesworthstone/sqlalchemy_data_model_visualizer#7) https://github.com/Dicklesworthstone/sqlalchemy_data_model_visualizer/issues/7#issuecomment-2844947154
I love this project but also need the view_diagram option. Can you make a minor release with the current code?
— Reply to this email directly, view it on GitHub https://github.com/Dicklesworthstone/sqlalchemy_data_model_visualizer/issues/7#issuecomment-2844947154, or unsubscribe https://github.com/notifications/unsubscribe-auth/AILNF3QP4CNJJT6DTVMZ4ID24IVNRAVCNFSM6AAAAAB4H7CEPGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQNBUHE2DOMJVGQ . You are receiving this because you are subscribed to this thread.Message ID: <Dicklesworthstone/sqlalchemy_data_model_visualizer/issues/7/2844947154@ github.com>