2

Mendix is a low code development platform. I want to know which type of relational database does it uses?

  • See https://docs.mendix.com/refguide/data-storage#2-supported-databases and https://docs.mendix.com/refguide/system-requirements#databases – dbc Aug 31 '21 at 20:54

2 Answers2

0

If you are in the Mendix cloud then you will currently be using postgres 13.

Here are a list of supported databases.

These can be used when you deploy on premise.

Also check out the Mendix forum and community slack if you have anymore questions.

Mendix Forum: https://forum.mendix.com

Mendix Community Slack: https://join.slack.com/t/mendixcommunity/shared_invite/zt-hwhwkcxu-~59ywyjqHlUHXmrw5heqpQ

  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Sven Eberth Sep 05 '21 at 21:31
0

Mendix studio pro uses HSQL by default as database, if you are using Mendix cloud, then it uses Postgres.