DBeaver

This page provides the necessary information for establishing a connection to BLUE from DBeaver.

Before You Begin

Connection String

This section provides the database server location, authentication details, and other connection string parameters and values.

URL Template

jdbc:Sqream://{host}:{port}/{database};accessToken={xxxxxxx}

Connection Parameters

Parameter

Description

Example

host

Your BLUE host name

sqream.isqream.com

port

Your BLUE port number

443

database

The BLUE database you wish to establish a connection to

master

accessToken

A BLUE access token

RFlFblB2WVpIQmVBalpNRE9JU2dTUFN4MHZvcFZwb1Z5Q21YaD

URL Template Example

jdbc:Sqream://sqream.isqream.com:443/master;accessToken=RFlFblB2WVpIQmVBalpNRE9JU2dTUFN4MHZvcFZwb1Z5Q21YaD