database modeling #4267
jadsongmatos
started this conversation in
Ideas
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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