Databases & Warehouses
193 results — 117 downloadable workflow files, 76 source-linked n8n references
[Sub] Run SQL with Row Cap
When called by another workflow, executes a SQL query against Postgres and caps the returned rows in code.
[Sub] Search Schema Docs
When called by another workflow, searches Postgres for matching schema documentation and returns it.
Supabase Data Analyst — Morning Briefing
On a schedule, runs Postgres queries, aggregates the rows, and compiles a morning data briefing.
Scheduled MySQL CSV Export
On a schedule, queries MySQL and exports the results to a CSV file.
Scheduled MySQL Record Sync
On a schedule, formats prepared records and writes them to MySQL.
Scheduled CSV To Postgres Import
On a schedule, reads a CSV file and loads the rows into Postgres.
Scheduled Postgres CSV Export
On a schedule, queries Postgres and exports the records to a CSV file.
Scheduled Postgres Insert
On a schedule, formats data and inserts it into a Postgres database.
Webhook To MySQL
On a webhook request, writes the incoming payload into a MySQL database.
API To CSV And Postgres
On manual trigger, fetches API data, writes it to a CSV file, and stores it in Postgres.
Webhook To MySQL And CSV
On a webhook request, writes the payload to MySQL and exports records to a CSV file.
API To Postgres And Calendar
On manual trigger, fetches API data, stores it in Postgres, and creates Google Calendar events.
Webhook To Postgres And CSV
On a webhook request, writes the payload to Postgres and exports records to a CSV file.
Postgres To Airtable Sync
On a schedule, reads records from Postgres and syncs them to Airtable.
API Sync To MySQL And Postgres
On manual trigger, fetches API data and writes it into MySQL and Postgres databases.
CSV To Postgres And Mailchimp
On a schedule, reads a CSV, stores records in Postgres, and syncs contacts to Mailchimp.
Airtable to MySQL Data Sync
On a schedule, syncs Airtable records into a MySQL database for storage.
Airtable to MySQL Replication
On a schedule, fetches Airtable records and replicates them into a MySQL database.
Create YouTube Video RSS Feed with Redis Caching and Embedded Video Player
On a webhook request, reads RSS feeds and fetches YouTube videos with Redis caching, returning a merged video feed response.
🌱 Check Data Freshness
On a schedule, batches Postgres records and compares timestamps to flag stale data, triggering a downstream workflow when freshness checks fail.
Automatically add Gmail sender contacts to MySQL database
On a new Gmail email, extracts the sender's contact details and adds them to a MySQL database.
Store Gmail email details in MySQL database
On a new Gmail email, extracts the message details and stores them in a MySQL database.
Sync MySQL Rows to Google Sheet
On a schedule, reads rows from MySQL and syncs them into a Google Sheet.
Build a Redis Powered Crud App with Html Frontend
On a webhook request, runs create, read, update, and delete operations against Redis and returns an HTML frontend response.