How to change the local database environment

0
From the application in local (9.12) Can I change the environment of the database to which it points (built-in) to perform tests?   Thanks.
asked
2 answers
3

Hi Raul,

You could change the database type from the build-in database to other databases such as MySQL, Oracle, Postgres, etc. those are supported in Mendix.

In order to change the database type, Just go to the App settings of your app, where the configuration tab will be there. create new configuration or change existing configuration to change the database type.

 

Hope it helps!

 

Regards,

Yasar

answered
0

You can change this under your project settings by editing / creating a new configuration:

answered