Datasource Config
We need to configure the datasource for the SQL Simulator.
Click SQL Simulator On the left hand menu
Click on the Data Sources Button
Click Add
Click Add Postgres
There are 2 different datasources that you must fill in the connection information for. The source datasource is the database you test your SQL file against. The Pod database is the database inside of the pod.
In the Pod Username/Password box use the username/password you created during the installation process.
In the pod server box type 127.0.0.1
In the pod port box type 5433
In the Pod database name box type postgres
Click Test Connection
Click Save
Last updated