n8n-docs/docs/nodes/credentials/Postgres/README.md
smamudhan a12690436d
Added Postgres Docs (#30)
* Added Postgres node and credential docs

* netlify

* Updated Postgres docs based on feedback from @tanay1337

* Updated postgres credentials
2020-07-09 15:31:49 +02:00

15 lines
629 B
Markdown

# Postgres
You can find information about the operations supported by the Postgres node on the [integrations](https://n8n.io/integrations/n8n-nodes-base.postgres) page. You can also browse the source code of the node on [GitHub](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes/Postgres).
## 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](./using-database-connection.gif)