Mendix x Postgres

0
Good morning! Can someone help me figure out which course module I should study? I need to integrate a PostgreSQL database with Mendix and I’m looking for a tutorial, preferably one that includes an exercise or step-by-step explanation. Thanks a lot!!
asked
1 answers
1

Hi Ferreira,

If you're trying to set up the integration in your local environment, please follow the steps below:

  1. Install the latest versions of PostgreSQL and pgAdmin.

  2. Open pgAdmin, create a new server, and then create the required database.

  3. In your Mendix application, go to Settings and add a new configuration pointing to the database you created.

image.png

If you're attempting to integrate with an external database, please refer to the link below

https://medium.com/mendix/my-journey-with-db-connector-in-mendix-postgresql-8d76dd2e2a05

 

 

 

answered