Search code examples
dbeavercockroachdbcockroachcloud

How do I connect DBeaver to CockroachDB Serverless?


How do I connect DBeaver with my CockroachDB Serverless database? I get errors that look like this:

FATAL: codeParamsRoutingFailed: missing cluster name in connection string

Solution

  • Make sure to include the cluster name in the database field.

    The database should be something like: cluster-name-1234.databasename.

    Here is a screenshot of a working configuration:

    enter image description here