database modeling #4267
Replies: 3 comments
-
|
Entity Relationship Diagrams are standard in Mermaidjs and have pretty much the features of a database modeler except export to SQL syntax for database generation, imports and stuff like that. Another problem with using mermaidjs for database modeling is that the relationships are only available at the entity level and not at the attribute or method level which is really limiting. |
Beta Was this translation helpful? Give feedback.
-
|
Yes, I'd love this. Is this something the maintainers would consider accepting a PR for? |
Beta Was this translation helpful? Give feedback.
-
|
Great idea! Attribute-level relationships and SQL export would make Mermaid's |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
BR Modelo Web is an Open Source project for entity-relationship database modeling. BR Modelo Web allows you to create logical and conceptual models, including the definition of entities, attributes and relationships, as well as the use of constraints to ensure data integrity.
It would be interesting to have a textual way to create diagrams of conceptual models that are simpler to generate entity-relationship diagrams.
https://github.com/brmodeloweb/brmodelo-app
Beta Was this translation helpful? Give feedback.
All reactions