
Database - Mendix Documentation
Jun 18, 2025 · Describes the configuration and usage of the Database connector, which incorporates your external data directly in your Mendix app.
Data in the Domain Model - Mendix Documentation
Apr 3, 2026 · Introduction The domain model describes the information (or data) used by your app in a visual way. The domain model is a data model which abstracts the structure of a relational database …
Data Storage - Mendix Documentation
Feb 18, 2026 · Transaction Isolation To ensure data validity and improve database performance in a multiuser environment, Mendix isolates concurrent database transactions. Isolation is done by using …
Database Source | Mendix Documentation
Apr 11, 2025 · Introduction If Database is selected as the data source for a widget then an object or objects shown are retrieved directly from the database with a query. This data source is also …
New Database Setup on SQL Server
May 20, 2026 · Introduction This how-to explains how to manually set up a new SQL Server database. You only need to follow these steps if the database user used by Mendix does not have enough …
Migrate Your Mendix Database
Jun 11, 2026 · Describes how to migrate a non-PostgreSQL database to a PostgreSQL database, export a PostgreSQL database, and perform other actions for database migration.
Database User Setup on SQL Server | Mendix Documentation
May 13, 2025 · General Determine your login name. If the user you want to use is a local SQL server user select the option SQL Server Authentication. When you want to use an AD account for the …
Database Replication - Mendix Documentation
Jun 18, 2025 · Database time zone By default, the module assumes that time zone of the source database is the same as Mendix application server time zone. Starting with module version 8.2.0, it …
External Database Connector | Mendix Documentation
Feb 16, 2026 · Login credentials Database type Hostname, port, and database name; or, instead, the JDBC connection string Installation Download the External Database Connector and add it to your …
Execute an SQL Statement on an External Database
Mar 30, 2026 · Describes how to execute an SQL statement on relational external databases using Database Connector.