Skip to main content
This guide will walk you through the steps to connect to Nile using PSQL.
  1. Create a Nile’s Postgres database through the UI or use one of your existing databases to follow along.
DBWeaver-1
  1. Once you are inside a specific database, click on the settings tab on the left and navigate to the connections screen
DBWeaver-2
  1. Click on the Postgres icon to get the connection string
DBWeaver-3
  1. Click “Generate credentials”. Use this if you really want to simplify the access. If not, you can replace the username and password manually and use that through commandline.
DBWeaver-4
  1. There are four parts of this url that is needed to connect to DBWeaver
  1. Navigate to DBWeaver. Select to connect to a new database
DBWeaver-5
  1. Pick Postgres as the choice of database
DBWeaver-6
  1. Enter the host, database, username and password from step 5
DBWeaver-7
  1. Press OK and DBWeaver should automatically connect to Nile’s Postgres
DBWeaver-8
  1. Enjoy exploring Nile with DBWeaver