entviz
entviz copied to clipboard
entviz is an ent extension that provides visualization of the schema graph
Hi, the default settings of vis.js used by entviz produces overlapping edges and nodes for more complex relations: (I censored the names because this is from work). I tried to...
Follow the doc, but it did not work. Until I changed the command to `go install github.com/hedwigz/entviz/cmd/entviz`, then it works wonderfully What am I missing here? thanks
This PR updates the version of `ent` used, and fixes an issue when trying to use `entviz` on go >= 1.18 (see #13). In addition, the examples are regenerated to...
When trying today to use `/cmd/entviz` for the first time, I ran into the following error: ```bash $ entviz ./ent/schema 2022/06/11 16:01:21 internal error: package "context" without types was imported...
Hi `go mod tidy` says 'github.com/hedwigz/entviz is not used in this module' even though I do use it. Is there any quickfix for that? Best Regards
I got the same problem described in #13 in Go 1.21. These changes fix the problem. I simply updated the Go version in the `go.mod` and ran `go mod tidy`.
I don't see any License file or header, which License applies to this software?