How to connect to postgres database hosted in Mendix cloud?

0
hi guys   I want to give direct access to our database administrator without each time building a service with a dump for him. Is this also possible with postgres databases hosted in Mendix cloud  by giving the postgres endpoint, dbname, un, pw?
asked
3 answers
4

I think the answer is just: No

Everybody is welcome to correct me if I'm wrong.

 

answered
2

No, as far as I know this is not possible at the moment.

You can, however, download a database backup and restore it on a local Postgres DB.

answered
1

Hi Enzo,

I agree with above answers, you cannot directly access the database.

I am not sure why you want to do this but if there is some specific requirement then not sure if you have thought of either publishing an API endpoint or an OData service which can expose some required entities or all entities in the database? 

answered