PostgreSQL

Scripts

Building blocks, if none of the projects above fit. Fork one, run it, or call it as a step inside your own flow.

New Row

Script postgresql

Delete Row(s)

Script postgresql

Update Row

Script postgresql

Find Row

Script postgresql

Execute Query and return results

Script postgresql Verified

Postgres with TLS / SSL

Script postgresql Verified

Execute arbitrary Query in Bun

Script postgresql Verified

Execute arbitrary Query

Script postgresql Verified

python- connect to a database and query for data

Script postgresql

Backup postgres database and send to S3 with rotation

Script postgresql

Flows

Multi-step workflows that already wire PostgreSQL to something else.

All flows →

Resource type

postgresql — the shape of the credential every script on this page expects.

View raw schema →
FieldTypeRequiredWhat it is
accept_invalid_certsbooleanNoAccept any certificate presented by the server, which disables TLS certificate verification and is not recommended. Only applies to verify-ca/verify-full.
dbnamestringYesThe database name
hoststringNoThe instance host
passwordstringYesThe postgres users password
portintegerNoThe instance port
regionstringNoAWS region for IAM auth (e.g. us-east-1). Falls back to AWS_REGION env var if not set.
root_certificate_pemstringNoThe root certificate in pe format
sslmodestringNoMost cloud databases (Heroku, AWS, Supabase, etc.) require SSL. Self-hosted databases typically don't.
use_iam_authbooleanNoUse IAM authentication (AWS RDS/Aurora). When enabled, the password field is ignored and a short-lived IAM token is generated instead.
userstringYesThe postgres username