PostgreSQL Database Operations (Community)
detail.loadingPreview
Perform read, insert, and update operations on PostgreSQL tables.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow provides a set of tools to interact with a PostgreSQL database. It allows users to read records from a table, insert new rows, and update existing rows based on specified conditions. It's designed to be a community-contributed template, offering basic CRUD (Create, Read, Update) functionality for PostgreSQL.
Key Features
- Read data from PostgreSQL tables.
- Insert new records into PostgreSQL tables.
- Update existing records in PostgreSQL tables.
- Dynamically build SQL queries based on input parameters.
- Supports specifying table names, values, and WHERE clauses for operations.
How To Use
- Import the workflow.
- Configure PostgreSQL Credentials: In the
Postgres accountcredential, provide your PostgreSQL connection details (host, port, database, user, password). - Trigger the workflow: Use the
When Executed by Another Workflownode to pass the required parameters:operation: Specify the desired action ('read', 'insert', or 'update').tableName: The name of the PostgreSQL table to operate on.values(for 'insert' and 'update'): An object of key-value pairs representing the data to insert or update. Keys should match column names.where(for 'read' and 'update'): An object of key-value pairs representing the WHERE clause conditions.
Apps Used
Workflow JSON
{
"id": "bb8f104f-ae2c-484c-8eea-e506c07d7cac",
"name": "PostgreSQL Database Operations (Community)",
"nodes": 0,
"category": "Database",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: bb8f104f-ae2c...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Google Cloud Firestore Document Management
Automate the creation, updating, and retrieval of documents in Google Cloud Firestore.
Supabase Setup Postgres
This workflow sets up and interacts with a Supabase PostgreSQL database for storing and retrieving chat messages.
CrateDB Table Creation and Data Insertion
Workflow to create a table in CrateDB and insert a record.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
AI-Powered Abandoned Cart Recovery & Nurturing
This n8n workflow intelligently identifies customers who've abandoned their shopping carts, leverages AI to craft personalized recovery emails, and automatically sends them. It then logs all activity to Google Sheets for seamless tracking and optimization of your sales recovery efforts.