The PostgreSQL connector allows you to directly interact with your database within your workflows. Unlike generic SQL connectors, this integration is built for high-performance and type safety.
It automatically introspects your database schema to generate TypeScript interfaces, ensuring that your queries are checked at compile time. This prevents runtime errors caused by schema mismatches or typos in column names.
Efficiently manage database connections for high-concurrency.
Generate TypeScript types from your database schema.
Trigger workflows instantly on database changes using PG Notify.
Wrap multiple workflow steps in a database transaction.