Database connectivity on mendix

0
Dear experts, Please find the below listed queries  related to mendix for which i need clarity 1.how do i connect database on mendix ? 2.how do i connect the sql with mendix for connectivity and functionality.   Regards, Sejal Dubey  
asked
1 answers
0

Mendix comes standard with a postgres database in the Mendix cloud. But you can not connect from outside to that database directly. You can expose your data easily with web, REST or OData services to other systems.
Within Mendix you have OQL to do stuff. See documentation here: https://docs.mendix.com/refguide/oql/

Mendix does the database maintenance part for you so only in very exceptional cases you might want to use SQL on your Mendix database yourself.

Hope this helps and happy building,

Regards,

Ronald

 

 

answered