Is It Possible to See the Contents of an Association? (Built-in Database)

0
If we use the built-in database (HSQL), we can see contents of an entity via e.g. right clicking on the entity, selecting "Generate overview pages...".   Is there a way to see what connections (or connected IDs) are stored in a association or in another words, to see the contents of an association?
asked
1 answers
7

Hey Lukáš!

 

You are able to see the database information through the advanced menu on the console:

image.png

 

There you will see all the tables of your application, and the tables regarding the associations to see the ids of the objects that are associated.

 

 

Kind regards,

Emilio

 

 

answered