Datalore 2025.6 Help

Configure a database connection

Procedure overview

Configure the parameters of a new database connection using the interface provided for the selected database type. Read the procedures below to do the following:

  • Configure connection parameters based on the selected database type

  • (Optional) Configure SSH tunneling

  • (Optional) Configure database introspection scope

  • (Optional) Configure JDBC driver optional parameters

Procedures

Open the New database connection dialog

The procedure depends on whether you want to create a new database connection in workspace resources or in a notebook.

  1. In the sidebar on the Home page, select the workspace where you want to create a database connection.

  2. In the workspace resources, select Document Data and switch to the Databases tab.

    'Databases' tab
  3. Click Plus icon New database connection at the top right.

  1. Open the Attached data tool from the left-hand sidebar.

  2. Switch to the Databases tab. You will see the list of all database connections available from the respective workspace.

  3. Click Plus New database.

    The Attached data section in a notebook with the Databases tab open

    Configure a connection using database-specific interface

    This procedure describes the general workflow for all supported database types. For specific procedures, refer to the topics under this article.

    1. Make sure your database instance is configured to accept incoming connections from the following IP address:

      63.33.83.29
    2. In the New database connection dialog, select a database type.

      New database connection dialog

      You will be forwarded to the General tab of the New [database_type_name] connection dialog.

    3. On the General tab, fill in the fields to provide details required for the selected database type.

      General tab of Database connection dialog
    4. (Optional) To configure SSH tunneling for your new connection, perform this procedure.

    5. (Optional) To configure the database introspection scope, perform this procedure.

    6. (Optional) To configure additional parameters for your connection, perform this procedure.

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

    8. Once successfully tested, click the Create and close button.

    Use the legacy connection method

    If you encounter issues with connectivity, OAuth authorization, or custom JDBC options when connecting to PostgreSQL, Amazon Redshift, MySQL, MariaDB, Microsoft SQL Server, or Snowflake, you can try to switch to the legacy connection method.

    To use it, go to the Advanced tab in the New database connection or Edit database connection dialog, and select Use legacy connection method.

      Enable SSH tunneling

      Datalore can create an SSH tunnel based on the parameters you configure in the New [database_type] connection dialog. This procedure is an optional step of configuring a database connection in the New database connection dialog.

      1. Switch to the SSH tab of the New [database_type] connection dialog.

      2. Select the SSH checkbox.

      3. Provide your connection details in the Host, Port, and User fields.

      4. Use one of the two authentication types:

        • To use password-based authentication, fill in the Password field.

        • To use a key pair:

          1. Expand the Authentication type list and select Key pair.

          2. Under Key pair, expand the list and select one of the key pairs you created for this workspace.

        Enabling SSH tunneling
      5. Click the Create and close button to finish your work in the dialog, or switch to another tab to continue configuring the connection.

      Configure database introspection scope

      This procedure is an optional step of configuring a database connection in the New database connection dialog.

      1. Switch to the Schemas tab of the New [database_type] connection dialog.

      2. Select or deselect schemas for introspection.

        Configuring database schemas
      3. Click Create and close to finish your work in the dialog, or switch to another tab to continue creating the connection.

      Manage additional parameters for your connection

      Use the Advanced tab of the database connection dialog to manage additional parameters. For example, you can manage your JDBC driver custom options here or specify your VM options.

      1. Switch to the Advanced tab of the dialog.

      2. Do one of the following:

        • Specify VM options

          Enter the values in the VM options field.

        • Add a parameter

          Click Add key-value pair. Repeat the previous step for each parameter required for your connection.

        Advanced tab of database connection dialog
      3. Click Create and close to finish your work in the dialog, or switch to another tab to continue creating the connection.

      Attach the connection to a notebook

      1. Open the notebook you want to attach the connection to.

      2. If the notebook is not running, start it by clicking Run | Start machine.

      3. In the sidebar, select Attached data and switch to the Databases tab.

      4. Enable the toggle in your database connection.

      1. If the notebook is not running, start it by clicking Run | Start machine.

      2. In the sidebar, select Attached data and switch to the Databases tab.

      3. Enable the toggle in your database connection.

        Next steps

        • If OAuth authentication was used for this connection, report users and notebook collaborators may be required to provide their credentials to access the database.

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

        • Learn how to manage and delete database connections in a workspace and in a notebook.

        Keywords

        database, database connection, attach data, data sources, configure connection

        17 November 2025