You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that embedded schemas are not supported when the output document is set to Mermaid. Ecto.ERD.Document.Mermaid.schemaless?/0 returns true which instructs Graph.new/2 to graph associations but not embeds. What's blocking embeds support in Mermaid? I'd be happy to contribute a PR to add support.
The text was updated successfully, but these errors were encountered:
I think in previous versions of Mermaid, it was not possible to wrap entity name into quotes, thus it was not possible to specify "MyModule.MyName" as an entity name.
Seems like this limitation is absent today.
Here is a related issue mermaid-js/mermaid#3171
Hi @fuelen and thank you for this lovely library.
I noticed that embedded schemas are not supported when the output document is set to Mermaid.
Ecto.ERD.Document.Mermaid.schemaless?/0
returns true which instructsGraph.new/2
to graph associations but not embeds. What's blocking embeds support in Mermaid? I'd be happy to contribute a PR to add support.The text was updated successfully, but these errors were encountered: