DataGrip
DataGrip is a JetBrains IDE for databases. It connects to SereneDB using the PostgreSQL driver.
Setup
- Download and install DataGrip
- Click the + icon or press Cmd/Ctrl+N to add a new Data Source
- Select PostgreSQL
- Enter the connection details:
| Field | Value |
|---|---|
| Host | localhost |
| Port | 7890 |
| Authentication | No auth |
-
Click Test Connection to verify, then OK
-
In the Schemas tab, check All schemas to see the full database structure
Features
- Explore tables and schemas in the Database Explorer
- View and modify table data directly
- Write and run SQL in the Database Console with auto-complete and refactoring