Database diagrams
Database diagrams graphically show the structure of the database and relations between database objects. You can generate a diagram for a data source, a schema, or a table. To create relations between database objects, consider using primary and foreign keys.
You can save the generated diagrams in two formats: UML and PNG. The UML format is an internal format developed specifically for JetBrains Rider. It is not supported by other products. If you want to share the created diagram, consider using PNG.
Also, you can build execution plans. Execution plan is a set of steps that were used to access data in a database. For more information about creating an execution plan, refer to Build a query plan.
Pan and zoom the diagram
To pan and zoom the diagram, use your touchpad, scroll bars or the mouse wheel for vertical scrolling and Shift + mouse wheel for horizontal scrolling. You can also use Shift + mouse wheel for zooming.
To use the magnifier tool, keep the Alt key pressed, and hover your mouse pointer over the desired areas of the diagram. Use the mouse wheel to extra zoom the diagram area within magnifier tool.
Generate a diagram for a database object
In the Database tool window ( ), right-click a database object and select .
Enable column comments
Generate a diagram. For more information about generating a diagram, see Generate a diagram for a database object.
Click the Comments button ().
Apply colors to diagram objects
In the Database tool window ( ), right-click an object and select .
Select a color and click OK.
Save diagrams in the UML format
This UML format is an internal format supported only by JetBrains Rider.
Right-click a diagram and navigate to
.To open the saved diagram, drag the UML file to the editor.
Save diagrams in the PNG format
Right-click a diagram and select
.