Databases & Warehouses
193 results — 117 downloadable workflow files, 76 source-linked n8n references
Outlook with Schedule
On a schedule, queries MySQL and routes the results through a switch to send Microsoft Outlook emails.
Spreadsheet Import To Postgres
On manual trigger, reads a binary spreadsheet file and imports its rows into a Postgres database.
Dataset Comparison To MySQL
On manual trigger, compares datasets and syncs the differences into a MySQL database.
Query Microsoft SQL Server
On manual trigger, runs a query against a Microsoft SQL Server database.
Add Row to Stackby
On manual trigger, sets field values and adds a row to a Stackby table.
Scheduled MySQL Query
On a cron schedule, queries records from MySQL.
Query MySQL Records
On manual trigger, queries records from MySQL and maps the results with Set.
Insert Postgres Records
On manual trigger, builds fields with Set and inserts them into Postgres.
Set Redis Key Value
On manual trigger, reads or writes a key value in Redis.
Insert Record Into MongoDB
On manual trigger, builds a record with Set and inserts it into a MongoDB collection.
Query Postgres Database
On manual run, runs a query against a Postgres database.
Spreadsheet To Postgres Import
On manual trigger, reads a spreadsheet file, sets the fields, and inserts the rows into Postgres.
MySQL To XML Export
On manual trigger, queries MySQL, converts the rows to XML, and writes them to a binary file.
Data Automation — Microsoft SQL
On manual run, queries Microsoft SQL Server and exports the returned rows to a spreadsheet file.
Import Spreadsheet Into MySQL
On manual trigger, reads a binary spreadsheet file and imports its rows into MySQL.
Export MySQL To Spreadsheet
On manual run, queries MySQL and exports the result rows to a spreadsheet file.
Create a table, and insert and update data in the table in Snowflake
On manual trigger, creates a table and inserts and updates data in Snowflake.
HTTP with Schedule & HTTP Request — Google Firebase Realtime Database
On a schedule, fetches data via HTTP request and writes it to Google Firebase Realtime Database.
MySQL to Postgres Automation
On an incoming webhook, reads from MySQL, calls an HTTP API, and writes the merged result to Postgres.
Google Sheets with Schedule — MySQL
On a schedule, queries MySQL and writes the results to Google Sheets.
Google Sheets with Schedule
On a schedule, queries MySQL and writes the results to Google Sheets.
Error with Errortrigger & PostgreSQL
On a workflow execution error, records the failure in Postgres and notifies via SMTP email and Pushover.
Elasticsearch with Schedule
On a schedule, queries Elasticsearch and conditionally fires an HTTP request based on the results.
Datetime with Email (IMAP)
On manual run, reads IMAP emails, conditionally stores data in MySQL, then extracts attachment XML and posts to Slack and emails via SMTP.