I'm searching a tool for generating UML-Diagrams by the import of SQL-Syntax-Files.
I need it for personal usage. Best if it's free or if there is a free trial license available.
StarUML is a tool specifically used for drawing UML diagrams. It is a diagramming tool mainly used for agile and concise modeling. It also uses source codes of programming languages and converts that into models.
Unified Modeling Language (UML) plays a big role in software development, but also in non-software systems throughout many industries, as it's a way to visually show the behavior and structure of a system or a process.
UML diagrams are used to diagrammatically model and specify the static structure as well as the dynamic behavior of object-oriented systems and the software tools then go ahead and automatically produce code from the given diagrams.
You can create a UML use case diagram in Visio to summarize how users (or actors) interact with a system, such as a software application.
SQL-Syntax is provided by
The closest thing you can map to UML are tables to classes (DDL).
Visual Paradigm among other UML tools offers reverse engineering of existing database schema
If you just need database structure diagrams (entity relationship diagrams), Visio has a nice way to connect to a database and generate an ERD from the schema. If you are looking for a class diagram, you can use Visual Studio 2010 to create entity framework objects from a database and will give you a few different ways to represent them (either in the entity framework GUI designer, or by creating a class diagram from the generated classes.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With