
node-red-contrib-sql
A Node-RED node run Sql queries node-red-contrib-sql 0.1.7 A Node-RED node run Sql queries npm install node-red-contrib-sql Node-red Sql Suite Install Run the following command in the root …
Writing Functions - Node-RED
Writing a Function The code entered into the Function node represents the body of the function. The most simple function simply returns the message exactly as-is: return msg; If the function returns …
Using MySQL with Node-RED (2026 Updated) - FlowFuse
Dec 26, 2025 · Learn how to seamlessly integrate MySQL with Node-RED for efficient data management and application development.
node-red-contrib-mssql-plus
A Node-RED node to execute queries, stored procedures and bulk inserts in Microsoft SQL Server and Azure Databases SQL2000 ~ SQL2022. Importantly, this package comes with pre-built linux drivers …
Low-code programming for event-driven applications : Node-RED
Node-RED's goal is to enable anyone to build applications that collect, transform and visualize their data; building flows that can automate their world. Its low-code nature makes it accessible to users of …
node-red-node-mysql (node) - Node-RED
Install Either use the Node-RED Menu - Manage Palette - Install, or run the following command in your Node-RED user directory - typically ~/.node-red npm i node-red-node-mysql Usage Allows basic …
node-red-mysql-r2
The mysql-r2 Node-RED node allows you to execute SQL queries against a MySQL database. It accepts the host, port, database name, username, password, and SQL query as inputs, and outputs …
node-red-contrib-sqlbuilder
A "batteries included" SQL query builder for CockroachDB, MariaDB, MSSQL, MySQL, PostgreSQL, SQLite3, Oracle DB, and Amazon Redshift npm install node-red-contrib-sqlbuilder
node-red-contrib-influxdb
Node-RED nodes to write and query data from an InfluxDB time series database. These nodes support both InfluxDB 1.x and InfluxDb 2.0 databases selected using the Version combo box in the …
node-red-node-sqlite
Also if node.js is upgraded at any point you will need to rebuild the native part manually, for example. cd ~/.node-red npm rebuild Usage Allows access to a SQLite database. SQL Query sets how the query …