access the databse commands of my domain model

0
Hello, please how can I access the database commands of my domain model in this way, and also how can i find the types of databases supported by mendix apps on studio pro?
asked
3 answers
0

Hi Maryam,

 

You could use database management software for this, for example Microsoft SQL Server Management Studio. Here you can create a database and use SQL statements to actually view the data in your database. In the Settings in Studio Pro you can connect to this database with your profile.

 

 

 

Another option could be to view the built-in database viewer. See your console → Advanced → Start built-in database viewer.

 

Hope this helps!

answered
0

the screen from my app :

 

 

answered
0

The types of databases that are supported can be found through the Project Explorer pane, Settings > Configuration > Edit 

answered