Databases & Warehouses
193 results — 117 downloadable workflow files, 76 source-linked n8n references
Add Rows To Stackby
On manual run, sets field values and writes rows to a Stackby table, raising an error on failure.
Create a table and insert data into it
Sets field values, creates a table in QuestDB, and inserts the data into it.
Insert data into a new row for a table in Coda
On manual run, inserts a new row into a Coda table.
Sync Jira Issues with Subsequent Comments to Notion Database
On a Jira issue event, evaluates conditions and syncs the issue and its comments into a Notion database.
Archive empty pages in Notion Database
On a schedule, scans Notion database pages in batches and archives those that are empty.
Receive updates for the position of the ISS every minute and push it to a database
Every minute, fetches the ISS position from an API and pushes the coordinates to Firebase Realtime Database.
MySQL to Postgres Sync
On a webhook, reads rows from MySQL, enriches them via an HTTP request, and writes the merged records into Postgres.
Telegram Messages to MySQL
On a schedule, pulls Telegram messages and stores them in a MySQL database.
Spreadsheet to Postgres Import
On manual run, reads a binary spreadsheet file, parses its rows, and inserts them into Postgres.
Postgres Data Ingestion
On a schedule, transforms data with a function node and inserts it into Postgres, halting on error.
Postgres Query Sub-Workflow
When called as a sub-workflow, runs Postgres queries and routes the results through a switch.
Add, update, and fetch contacts from a Notion database using n8n
Run manually, adds, updates, or fetches contacts in a Notion database based on the requested operation.
Data Table Processing Pipeline
On manual, webhook, or scheduled trigger, processes Data Table records with HTTP requests and switch-based routing logic.
Salesforce Leads & Opportunities to PostgreSQL (Backfill & Incremental Sync ETL)
On a schedule, extracts Salesforce leads and opportunities, deduplicates, and batch-syncs them into PostgreSQL for backfill and incremental loads.
Form Submission to MySQL
On a form submission, enriches the data via an API call and inserts the record into MySQL.
Sync Contacts from Notion to Google Contacts with Group Labels
On a Notion database update, syncs contacts into Google Contacts with group labels and writes status back to Notion.
Postgres to Gmail Sync
On a schedule, queries Postgres, transforms rows in code, and conditionally calls an API to send the results via Gmail.
Complete Travel Call Management System Call Tracking, Book Trips & Marketing
On a webhook, stores records in Postgres and responds; on Google Sheets changes, enriches rows via an API and writes them back.
Data Table Automation
On a webhook request, performs operations on a data table and returns the processed result in the response.
Track and sync n8n workflow status in Notion
On a schedule, reads n8n workflow statuses and syncs each into a Notion database.
Load Balancer
Manually run, routes items across backends via a switch, tracking assignments in a Data Table and merging the results.
Automate PostgreSQL & MySQL Setup, Creation & Deletion in Just 10 Seconds
On manual trigger, runs conditional SSH commands to create or delete PostgreSQL and MySQL databases.
Prevent simultaneous workflow executions
On a schedule, checks a Redis lock before triggering a sub-workflow to prevent simultaneous executions.
Scheduled Discord Notifier
On a schedule, sends Discord messages and routes records through a data table using conditional switching in batches.