Datalore 2024.3 Help

PostgreSQL

This procedure explains how to configure a PostgreSQL database connection. It is assumed that you are working on the General tab of the New PostgreSQL connection dialog and need to provide connection details relevant for this particular database type.

Configure a PostgreSQL database connection

  1. Open the New PostgreSQL connection dialog. Select the tab for one of the two options:

    • From the editor, to attach the new database to a specific notebook

    • From the Home page, to add a database connection to a workspace

    • Go to Main menu | Tools | Attached data or click the Attached data icon on the left-hand sidebar.

    • Click New connection and select New database connection.

    • In the New database connection dialog, select PostgreSQL.

    • On the Home page, select the workspace where you want to create the connection.

      Selecting a workspace
    • Select Databases from the menu under the workspace name.

    • Click the Add connection button in the upper right corner. The New database connection dialog will open.

    • In the New database connection dialog, select PostgreSQL.

  2. On the General tab, select the connection type.

    • default: to connect by specifying the Host, Port, and Database.

    • URL only: to connect by providing the URL of a pre-built connection.

  3. (For default) In the Port field, type the port of PostgreSQL Databse. The default port is 5432.

  4. Under Authentication, select an authentication method:

    • User & Password: to use your login and password

    • No auth: to connect without authentication required

  5. In the User and Password fields, specify your credentials if required by the selected authentication method.

  6. Based on the selected connection type:

    • In the Default dataset field, type the dataset name to which you want to connect.

    • In the URL field, provide the URL of the pre-built connection you want to establish.

  7. Click the Test connection button at the bottom of the dialog.

  8. Once the connection is successfully tested, click the Save and close button.

Results

  • If created for a specific notebook, the new connection will be automatically added to the workspace. You can later attach this database to any other notebook from this workspace.

  • If created for a workspace, this connection is added to the workspace databases and can be attached to any notebook from this workspace.

  • To retrieve and process data from the connected database, use Query data with SQL cells.

Last modified: 16 July 2024