Skip to main content

DataGrip

DataGrip is a JetBrains IDE for databases. It connects to SereneDB using the PostgreSQL driver.

Setup

  1. Download and install DataGrip
  2. Click the + icon or press Cmd/Ctrl+N to add a new Data Source
  3. Select PostgreSQL
  4. Enter the connection details:
FieldValue
Hostlocalhost
Port7890
AuthenticationNo auth
  1. Click Test Connection to verify, then OK

  2. 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

This page contains: