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.