# PostgreSQL

{% hint style="info" %}
You can use a wide range of tools thanks to this compatibility: [psql](https://www.postgresql.org/docs/current/app-psql.html), [Grafana](https://grafana.com/), [Superset](https://superset.apache.org/), or even [TablePlus](https://tableplus.com/).
{% endhint %}

## Connection details

<table><thead><tr><th width="374">Field</th><th>Value</th></tr></thead><tbody><tr><td><strong>host</strong></td><td><p><code>pg.eu-west-1.agnostic.engineering</code></p><p><code>pg.us-east-1.agnostic.engineering</code></p></td></tr><tr><td><strong>port</strong></td><td><code>5432</code></td></tr><tr><td><strong>user</strong></td><td><code>&#x3C;Authentication Token></code></td></tr></tbody></table>

Here is an example with `psql`:

```
psql -h sql.eu-west-1.agnostic.engineering -p 5432 -U GZRewjgxJ1jDatk84FtrVmg7kLeHine3VyPkJcQzf1s9
```

<figure><img src="https://4006530064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbMU2abAw7WKrO3BoZ1ik%2Fuploads%2FugKPjp7dFmkmFJdut3ur%2FScreenshot%202023-09-21%20at%2019.49.14.png?alt=media&#x26;token=515e16c7-1570-4c44-abd2-4fb8e030db1e" alt=""><figcaption></figcaption></figure>
