question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[ErDiagram] Allow comments after entity name

See original GitHub issue

Is your feature request related to a problem? Please describe. Usually, there is a need to describe the entity. So the ability to write a comment after an entity name would be extremely helpful!

Describe the solution you’d like Add ability to specify a comment using '' quotes after an entity name at the end of the line or before the {

InitialSeller `(Company)` {
    ... 'attributes'
}

Issue Analytics

  • State:open
  • Created 2 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
xperiandricommented, Mar 13, 2022

My issue is about describing the whole entity, not its attributes. Even if it is not visible. Just for documentation and explanation purposes.

0reactions
stumashcommented, Apr 12, 2022

you should force github to update their mermaid version, it doesn’t render correctly on github becuase they are probably pre-8.14

Read more comments on GitHub >

github_iconTop Results From Across the Web

Entity Relationship Diagram - Mermaid zh-cn doc - Hello Wac
An entity–relationship model (or ER model) describes interrelated things of interest in a ... Mermaid allows to be defined in terms of their...
Read more >
What Are the Symbols Used in an ER Diagram? - Vertabelo
Each reference is one line and has cardinality and mandatory attributes. References in the physical ER diagram can be one-to-one or one-to-many.
Read more >
Entity Relationship (ER) Diagram Model with DBMS Example
ER Diagram stands for Entity Relationship Diagram, also known as ERD is a diagram that displays the relationship of entity sets stored in...
Read more >
The Entity Relationship Model - Learning MySQL [Book]
Attribute values are chosen from a domain of legal values; for example, we could specify that a customer's given names and surname attributes...
Read more >
UML Entity-Relationship Diagram for Users and Comments
It is true that UML is aimed towards OO, but it doesn't mean it cannot be used for data modeling. You can simply...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found