What you’ll need
- A reachable host and port (default
5432). - A database name.
- A user with
CONNECTon the database,USAGEon the schemas, andSELECTon the tables you want exposed. See GRANT in the Postgres docs. - For most managed providers, an SSL mode that matches the server’s TLS configuration. See SSL Support.
Where to find host/port for your provider
Form fields
SSL modes
If your provider uses a self-signed CA, supply the bundle in CA Certificate. Most managed Postgres providers work with
verify-full out of the box.