Skip to content

Revise feature flag notes for External Database Connector #9306

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ You must have the [External Database Connector](https://marketplace.mendix.com/l
For Studio Pro 10.18, the External Database Connector uses a different approach to connect to databases during design time. This functionality enhances consistency between design time and runtime environments. To enable this beta feature, use the flag: `--enable-live-preview`

For information on how to connect using the External Database Connection document with a feature flag, see [External Database Connection](/refguide/use-the-external-database-connector/#enable-live-preview).

This feature flag is only for Studio Pro 10.18. The feature is GA for Studio Pro 10.19 and above.
{{% /alert %}}

## Connect to Database Wizard {#wizard}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,16 @@ Download the [External Database Connector](https://marketplace.mendix.com/link/c

If additional connection properties are required to connect, you can alternatively use **JDBC Connection String**.

### Prerequisites from Studio Pro 10.19 (available from Studio Pro 10.18 using the flag: `--enable-live-preview`) {#enable-live-preview}
### For Studio Pro 10.18 and above {#enable-live-preview}

For Studio Pro 10.18 and above, the External Database Connector uses a different approach to connect to databases during design time. This functionality enhances consistency between design time and runtime environments. To enable this beta feature, use the flag: `--enable-live-preview`

{{% alert color="info" %}}
This feature flag is only for Studio Pro 10.18. The feature is GA for Studio Pro 10.19 and above.
{{% /alert %}}

* Download the latest [External Database Connector](https://marketplace.mendix.com/link/component/219862).
* If certificate-based authentication is required for PostgreSQL connections, ensure that all necessary certificates are added before running the app.
* To test the connection and execute queries during design time, Ensure to run your app locally.
* To test the connection and execute queries during design time, ensure to run your app locally.

## Connect to the External Database

Expand Down