Can I call the Runtime API from a Java app without Mendix? Can I call the Runtime API from a Java app without Mendix?

0
Is it possible to call the Runtime API in the following URL from a Java app that does not use Mendix? > https://apidocs.rnd.mendix.com/9/runtime/allclasses.html I'm trying to access the database used by Mendix using the com.mendix.datastorage.executeWithConnection method.
asked
1 answers
0

No, you need to be running a Mendix application to use these calls.

What is your use case? You can access the databases outside Mendix using SQL if you are hosting them yourself. However, you do need to be careful you don’t cause any corruptions to the data Mendix is managing.

answered