Skip to content

PostgreSQL Integration

Use this integration to analyze data directly from PostgreSQL.

Connect with form fields

In Add integration → PostgreSQL, fill:

  • Host
  • Port (default 5432)
  • Database
  • User
  • Password
  • Optional: Use SSL

Then click Connect and analyze.

Connect with URL

You can also use a PostgreSQL URL format:

  • postgres://...
  • postgresql://...

If SSL is needed, include SSL options in the URL.

What happens after connect

Tabloy:

  1. Validates connection
  2. Scans readable tables
  3. Builds semantic understanding
  4. Saves integration locally

After success, set it as Active and open Build.

Common issues

"Host, database, user and password are required"

Some required fields are empty.

"URL must start with postgres:// or postgresql://"

Connection URL format is incorrect.

"No readable PostgreSQL tables found for this user"

The DB user likely has no read access to target tables/schema.

Connection succeeded but Build shows unexpected data

Check that this integration is set as Active in Integrations.