Skip to content

ConnectionEditor

The connection string specifies the configuration values required to connect to the PostgreSQL database.

To access the Connection Editor, click on the icon.

To access the Connection editor, click the ”…” or select it from the dropdown in the Connection string property.

Connection Editor

The connection editor looks like this:

Connection Editor

Once you have set up a connection to your database, you can create and execute your own SQL queries. Go here for details on SQL Editor.

Below is an example of a PostgreSQL connection string:

Server=localhost;Database=MyDatabase;User Id=MyUser;Password=MyPassword;

postgres

Connection strings