Skip to main content
Summation connects to PostgreSQL — and any compatible flavor (Amazon RDS, Aurora Postgres, Cloud SQL, Azure Database for PostgreSQL, Supabase, Neon, etc.) — using standard host/port credentials.

What you’ll need

  • A reachable host and port (default 5432).
  • A database name.
  • A user with CONNECT on the database, USAGE on the schemas, and SELECT on 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.
Create a dedicated read-only role for Summation. Its queries are then auditable and there’s no way for the connector to modify data.

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.

Setup SQL

Adding datasets

Source references use the form:

Common problems