sqlalchemy_data_model_visualizer
sqlalchemy_data_model_visualizer copied to clipboard
Automatically turn your SQLalchemy Data Models into a Nice SVG Diagram
First i want to say that this code is cool. Im planing to use it and want to make it easier to maintain. this consist of 2 major changes 1...
I often get the following error output when trying to run these functions. But it does work perfectly sometimes. ``` (xed:156399): Gtk-CRITICAL **: 19:34:55.833: gtk_notebook_get_tab_label: assertion 'list != NULL' failed...
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...
- Add `format` to the function arguments - Prune unused imports
Hello, It seems that we should imports all the models one by one in advance, is there any way that we can use metadata to get this done automatically like...