How can we connect PostgresSQL + Mendix builtin DB both?
0
i have an mendix app which is already using Mendix Built-in DB , i want to add an external DB PostgresSQL, i've explored so far i got we can connect postgres using "Database connector" marketplace module and we can create queries and use microflows to execute them at actions but the problem here is for associations it will not create it automatically i have to create custom java actions for that , that's too complex there are whole lot of associations there, this will also slow down the performance of application.