Skip to content

Connection Types

dbeaver-devops edited this page Aug 25, 2026 · 1 revision

Table of contents

Connection types control how CloudBeaver behaves when working with a database. They help define environment-specific behavior, such as:

  • autocommit mode
  • background color for easy environment recognition

You can assign a connection type when creating or editing a connection. Connection type colors appear in the Connections.

Important: Connection types define the default behavior for all connections that use them. In particular, autocommit mode is inherited from the connection type unless you explicitly change the transaction mode for the active connection.

Manage connection types

Change connection type

New connections use the Development type by default. Learn more about Default connection types.

  1. In the Connections, open the context menu for a connection and select Manage -> Edit Connection.

  2. In the connection settings, select a value in the Connection type list.

  3. Save the connection.

Default connection types

CloudBeaver includes three built-in connection types:

  • Development – for local use
  • Test – for staging environments
  • Production – for live databases

Comparison of default types

Setting Development Test Production
Autocommit On On Off

CloudBeaver Documentation

Clone this wiki locally