A community node package for n8n that extends MySQL functionality by adding upsert support. This package enables inserting or updating records in MySQL databases from within n8n workflows. The current stable version is 0.0.11, released as a single version without notable updates. It is designed specifically for n8n and cannot be used standalone. Key differentiator is the upsert operation missing from n8n's built-in MySQL nodes.
npm install n8n-nodes-mysql-extendNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates how to import and use MysqlExtend node for upsert operation in n8n.
Consider using native n8n MySQL nodes or other community alternatives.
Add your own type stubs or use @ts-ignore.
Pin n8n version or test compatibility before updating.
Run 'npm install n8n-nodes-mysql-extend' and restart n8n.
Use ES module import: import { MysqlExtend } from 'n8n-nodes-mysql-extend'