erd-go icon indicating copy to clipboard operation
erd-go copied to clipboard

Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.(convert to dot file)

Results 7 erd-go issues
Sort by recently updated
recently updated
newest added

Hi and thank you for the cool tool! I have erd-go working on my Ubuntu machine but can't seem to get it to run on Windows 10. **Can you spot...

I have this portion of code inside my er file. This worked up until today when I reinstalled erd-go after reimaging my computer. I am getting the following error >...

I don't know Go and I never used it. I just want to use this VSC extension: https://marketplace.visualstudio.com/items?itemName=kaishuu0123.vscode-erd-preview&ssr=false#overview I tried to follow this instruction: >go get github.com/kaishuu0123/erd-go I installed Go...

Hello, Great piece of software! Thank you. One improvement would be great: If one has a mixed layout of stand-alone tables( tables with no relationships to other tables) and related...

* refs: https://github.com/kaishuu0123/erd-go/blob/master/.travis.yml * Update README.md

When I have a long table name, the attributes are offset quite far from the left margin

refs: https://github.com/kaishuu0123/vscode-erd/issues/28 Example: ``` [Users] {bgcolor: "#EDEDED", size: "25", font: "Helvetica", border-color: "#A5A5A5"} *id role is_active ``` Here works only `bgcolor`, other options are ignored: ![](https://www.dropbox.com/s/xyurpa3ndcvaa27/04h4f3kc.png?raw=1)