Skip to main content

Connecting to your database

TablePlus

TablePlus can be used to connect to your Postgres instance to run queries.

Development cluster

For connecting to your development instance of Postgres, you can use the following configuration:

FieldValue
Host/Socketlocalhost
Port5432
Userroot
Passwordroot
Databaseapp

Neon cluster

For connecting to your staging or production cluster running on Neon, you will have to first login to your Neon console and select the project.

Next, select the branch you want to connect to.

Select "Parameters only" using the dropdown at the top left hand corner of the "Connection Details" panel.

Next provide the following values to your TablePlus connection configuration:

FieldValue
Host/SocketUse the value provided under PGHOST on the console
Port5432
UserUse the value provided under PGUSER on the console
PasswordUse the value provided under PGPASSWORD on the console
DatabaseUse the value provided under PGDATABASE on the console