n8n Postgres Node with TLS Support

JSON →
library 0.1.16 ·javascript
verified Jun 5, 2026

An n8n community node package that extends the built-in Postgres integration with support for SSL/TLS connection modes, specifically ssmode=verify-ca and verify-full, similar to the SSL support added to MySQL. Version 0.1.16 is the latest stable release; updates are infrequent. It provides a custom Postgres credential type and node for n8n workflows, enabling encrypted connections to PostgreSQL databases. This package is necessary for users who require TLS verification for secure database access within n8n, as the default Postgres node lacks this feature. It is distributed on npm and designed to be installed as an n8n community node package.