Connection types define how DBeaver behaves regarding:

  • Default transactions commit mode - with or without automatic commit of changes to the database.

NOTE: You can override the default commit behavior during your work with connections by changing the commit mode, see Auto and Manual Commit Modes.

  • SQL statements execution (with or without user confirmation). If set to require user confirmation for SQL execution, DBeaver shows a confirmation message every time you attempt to execute a ‘transaction’ type of query (INSERT/DELETE/UPDATE, etc.):

Connection Types - 图1

For your convenience, DBeaver supports color-coding of connection types so that you know at once which behavior to expect when you use a certain connection. Colored are database connections that use a certain connection type in the Database Navigator and Projects views as well as editors related to these connections:

Connection Types - 图2

To manage connection types for a database connection, in the Database Navigator or Projects view, click the connection to set focus to it and then press F4 to open the connection properties window. Then, in the properties window, in the navigation pane on the left, click General to see the general settings. You can see Connection Type field among the settings:

Connection Types - 图3

There are three default connection types – Development, Test, and Production. You can change the connection type for your database connection as well as you can create a new connection type, edit or delete an existing one.

Change Connection Type

By default, the Development connection is preset for all database connections. You can change the connection type to one of the default connection types or to a custom type, if there are any.

To change the connection type:

  • In the connection properties window, on the General page, click the Connection type field and then click the connection type in the dropdown list:

Connection Types - 图4

  • To test the connection, click Test Connection. To confirm the change, click OK.

Create Connection Type

To create a connection type:

  • In the connection properties window (F4 on a connection), on the General page, click Edit next to the Connection type field. The Properties for connection types window opens:

Connection Types - 图5

The window displays existing connection types and their settings.

  • Click the new connection type button. A new connection type appears in the list:Connection Types - 图6

  • Now you can specify the settings for the new connection type:

    • Enter the connection type`s name into the Name field.
    • Enter a description into the Description field, if needed.
    • Click the Color box and select the color for the new connection type.
    • To set DBeaver to automatically commit changes to the database when connections use this connection type, select the Auto-commit by default checkbox. Otherwise, leave it empty.
    • To set DBeaver to ask for your confirmation at each execution of SQL statement of ‘transaction’ type, select the Confirm SQL execution checkbox. Otherwise, leave it empty.
  • Click Apply to apply the changes and keep the window open or click Apply and Close to apply the changes and close the window. To discard all changes and return to the previous state, click Restore Defaults.

Edit Connection Type

To edit a connection type:

  • In the connection properties window (F4 on a connection), on the General page, click Edit next to the Connection type field.
  • Specify the settings for the new connection type the same way as when you create a connection type, see 'Create Connection Types' section above.
  • When you finish editing the connection types, click Apply to apply the changes and keep the window open or click Apply and Close to apply the changes and close the window. To discard all changes and return to the previous state, click Restore Defaults.

Delete Connection Type

To delete a connection type:

  • In the connection properties window (F4 on a connection), on the General page, click Edit next to the Connection type field. The Properties for connection types window opens.
  • In the Properties window, in the list of connection types, click the connection type to set focus to it and then click the delete button under the list: Connection Types - 图7
  • Click Yes in the confirmation dialog box to confirm the deletion. Otherwise, click No.
  • Click Apply to apply the changes and keep the window open or click Apply and Close to apply the changes and close the window.