📍Inside Jmix 2.8.
Data Model Visualization
When you’re writing a report and thinking: “Okay… but how exactly are these entities related?”
When working with Reports, you often need to look at the ER model:
📍what relationships exist?
📍where it’s OneToMany?
📍where it suddenly turns out to be ManyToMany?
What do you usually have to do to see the necessary information about the data model?
1) Open pgAdmin or DBeaver (assuming they’re already installed).
2) Run the required queries or search for the information in the UI.
While looking at one thing, you forget about another: you switch back to the application or the code, lose focus, lose context…🔄
Starting with Jmix 2.8, there’s a more convenient way with the DataTools add-on.
Data Model Visualization ✨
The DataTools add-on now makes it possible to see all entities and their attributes on a single screen, as well as generate a detailed ER-diagram.
Just a couple of clicks — and all the information you need is right inside your application.
No unnecessary switching or extra tools 👌🏼