n8n-docs/docs/integrations/builtin/credentials/postgres.md
2023-11-06 14:10:19 +00:00

28 lines
904 B
Markdown

---
title: Postgres credentials
description: Documentation for Postgres credentials. Use these credentials to authenticate Postgres in n8n, a workflow automation platform.
contentType: integration
---
# Postgres credentials
You can use these credentials to authenticate the following nodes with Postgres.
- [Postgres](/integrations/builtin/app-nodes/n8n-nodes-base.postgres/)
- [Agent](/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent)
/// note | Agent node users
The Agent node doesn't support tunnels
///
## Prerequisites
Create an user account on a Postgres server.
## Using Database Connection
1. Retrieve your Postgres credentials and connection parameters.
2. Use the credentials and connection parameters with your Postgres node credentials in n8n.
![Getting Postgres credentials](/_images/integrations/builtin/credentials/postgres/using-database-connection.gif)