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.

[ER Diagram] Use readable syntax instead of pictogram

See original GitHub issue

Is your feature request related to a problem? Please describe. I’m always frustrated when writing er diagram using ‘||–o{’

Describe the solution you’d like Using ‘one to one’/‘one to many(1)’/‘many(0) to many(0)’ instead of '||--||'/'||-|{'/'}o--o{' or something better.

Describe alternatives you’ve considered I just want a readable syntax

Additional context I love all diagram except er. Thanks all contributors.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
DKurilocommented, Oct 12, 2022

Using 0+ or 1+ instead of zero or more maybe more concise. Whatever, thank you for your contribution.

okay, I added these aliases too.

    T4 0+ to 1+ T6 : test
    T1 1 to 1 T3 : test
1reaction
838239178commented, Oct 12, 2022

Using 0+ or 1+ instead of zero or more maybe more concise. Whatever, thank you for your contribution.

Read more comments on GitHub >

github_iconTop Results From Across the Web

CS 304 Entity Relationships Diagrams
ER diagrams are a useful way to picture the entities that we are storing in our database (e.g. people, movies, pets, owners, albums,...
Read more >
Entity-Relationship Diagram Symbols and Notation - Lucidchart
Entity-relationship diagrams (ERD) are essential to modeling anything from simple to complex databases, but the shapes and notations used can be very confusing....
Read more >
ER Diagram (MS SQL Server) | MSSQL Tutorial - Hasura
In ER modeling the database structure is represented as a diagram known as ER diagram (ERD). An ER diagram gives a better understanding...
Read more >
Create ER Diagram for SQL Server Database Using SSMS ...
The terms ER Model and ER Diagram are sometimes used interchangeably. However, many experts prefer to separate them, emphasizing the conceptual ...
Read more >
Mapping an ER Diagram to Database Design in MySQL ...
Intended for database beginners wanting to convert an ERD into a working database in MySQL. Basic knowledge of ERD is assumed.
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