DBeaver
DBeaver Community is a free universal database tool. It connects to SereneDB using the PostgreSQL driver.
Setup
- Download and install DBeaver Community
- Click Database > New Database Connection
- Select PostgreSQL
- Enter the connection details:
| Field | Value |
|---|---|
| Host | localhost |
| Port | 7890 |
| Authentication | leave empty |
- 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