Internal Database Access

0
Hello all,   Is there a way to directly connect to the internal Postgres database of a Mendix app running on the cloud to execute SQL statements from an external program?   If so, what is the limit for the query results?   Thanks!   Lucas
asked
1 answers
1

There is no way to connect directly to the database, however, you can create REST services to both retrieve data and update data (via a microflow or directly via REST service.

answered