Nils Petzäll
Nils Petzäll
My bad 5.1.49
Jar-files can be opened like zip file. But they are also located here: https://github.com/schemaspy/schemaspy/tree/master/src/main/resources/org/schemaspy/types https://schemaspy.readthedocs.io/en/latest/advanced_usage.html
Add `-debug` and post the stacktrace for the diagram failure
> Dot missing or invalid version Either you need to install graphviz (supported version) or you need to specify the path to it's bin directory using `-gv`
https://schemaspy.readthedocs.io/en/latest/installation.html https://schemaspy.readthedocs.io/en/latest/configuration/commandline.html#diagram-related There is also an option to use embedded vizjs. But there are some memory issues with huge databases.
Don't think we have tested version 3.0 so it might be invalid as such only support 2.x with one exception don't remember the version from memory.
Late to the party by a lot. Seems that the `-gv` is more for the windows folks. The code will actually append `bin/dot` to `-gv`. It's should be working by...
It might work as intended, documentation might be off. Since we build of the old schemaspy 5.0 and from it's documenation > -x "columnNamesRegex" > Exclude matching columns from relationship...
@MushyMiddle yeah the `|` went missing at some point. The quoted text is from [Schemaspy 5.0 webpage](http://schemaspy.sourceforge.net/) We should add your examples to [our doc](https://schemaspy.readthedocs.io/en/latest/configuration/commandline.html#diagram-related) We should not use "."...
Hi, would be good if it could be coordinated with #710