facebook tracking pixel
Back to Marketplace
PostgreSQL MCP integration

PostgreSQL

PostgreSQL is a free and open-source relational database management system emphasizing extensibility and SQL compliance.

Start for free
Tools
8
Last update
1 week ago

Category

Database

Works with

WhatsAppFacebookInstagramWeb

AI Compatible

ChatGPTClaudeGemini

Tools

Query SQL Database

Execute a SQL Query. See our docs to learn more about working with SQL in Pipedream.

Delete Row(s)

Deletes a row or rows from a table. See the documentation

Execute SQL Query Return only the translated text without explanations.

Execute a custom PostgreSQL query. See our docs to learn more about working with SQL in Pipedream.

Find Row

Finds a row in a table via a lookup column. See the documentation

Find Row With Custom Query

Finds a row in a table via a custom query. See the documentation Return only the translated text without explanations.

Insert Row

Adds a new row. See the documentation

Update Row

Updates an existing row. See the documentation

Upsert Row

Adds a new row or updates an existing row. See the documentation