DBeaver is a free and open source database tool that is available for Microsoft Windows, Apple macOS, and many Linux versions. DBeaver provides a powerful SQL editor, administration features, ability to migrate data and schema, and the ability to monitor database connection sessions. You can connect to Timescale hosted on your local machine or on a remote server or a Timescale service.

This table provides the description and example values for the fields that appear in the Main tab of Connection settings.

SettingExample valueDescription
Hostlocalhost, postgresql.example.com, <REMOTE_HOST>.tsdb.cloud.timescale.comThe fully qualified server name. The host name of your Timescale service.
Port5432The port number of the TimescaleDB server, Timescale service.
Usernamepostgres, tsdbadminThe user name you want to log in with. Use tsdbadmin for Timescale services
PasswordpasswordThe password for the database user you are connecting to.
Save password locallyCheckCheck this box if you don't want to enter the password each time you connect.
DatabasetsdbThis option connects to the default database. The database name for a Timescale service is tsdb. You can also specify the name of the database to connect to.

Keywords

Found an issue on this page?Report an issue or Edit this page in GitHub.