-
```
Figure out a better way to generate ER diagram for Arctos data model - email
thread with Dusty and Carla 16 Apr 2013
```
Original issue reported on code.google.com by `carla...@gmail.com` on 16 …
-
Using the project description listed on the website, we need to come up with an ER diagram of exactly how we want to set up the database.
We decided that the best way to approach would be to let ever…
-
Thank you for creating this! Looking forward to trying it out.
Just one comment on the name, I see where you are coming from with **Duck**DB **ER** **D**iagrams but in the Linux world it's common f…
-
Mermaid also has ER diagram support: https://mermaid.js.org/syntax/entityRelationshipDiagram.html
GitHub allows you to directly use mermaid files in your markdown: https://github.blog/developer-ski…
-
I am not sure if I should be asking this on the mkdocs main repo or here.
The font size of my rendered ER Diagram is so small that it is unusable.
What is the recommended way to make this rend…
-
erDiagrams are supposed to supposed two styling elements: color and stroke but documentation does not provide any examples of how to use these. I've tried to use the following ways to apply styling in…
-
The following schema becomes a bit hard to read due to so many intersected relations:
![schema er_diagram](https://user-images.githubusercontent.com/6952324/230533154-5ef07d88-76b4-4b4f-a135-7d3755…
-
**Describe the bug**
Some diagram types respect init theme variables that modify font size, but ER diagrams do not respect this configuration
**To Reproduce**
Link to Live Editor:
[class diagram…
-
When the diagram issues are closed, we then need to add the relevant information to the wiki.
-
when I try to export an ER diagram to graphml, it works ok, except that critical information is lost.
the diagram in the native .erd format works fine, but graphml loses the primary/relation key data…