Skip to main content

DBeaver

DBeaver Community is a free universal database tool. It connects to SereneDB using the PostgreSQL driver.

Setup

  1. Download and install DBeaver Community
  2. Click Database > New Database Connection
  3. Select PostgreSQL
  4. Enter the connection details:
FieldValue
Hostlocalhost
Port7890
Authenticationleave empty
  1. Click Test Connection to verify, then Finish

Features

  • Browse schemas, tables and columns in the Database Navigator
  • View and edit table data in the Data tab
  • Write and execute SQL queries in the SQL Editor with auto-complete
  • Visualize table relationships with ER diagrams

This page contains: