H SQL and other DBs

-1
Hi guys, I'm trying to understand what is the role of the H SQL DB in Mendix apps. Do all apps use HSQL to store data? Or can I use other popular DBs? Using a popular DB, is data stored directly in that DB or will the data be stored in HSQL and eventually synchronized with the "real" DB? Thanks
asked
1 answers
2

HSQLDB is just another database that you can select as your data database. You can also select PostgreSQL, SQL Server and Oracle. Data is directly stored in those as well without additional steps.

answered