A Node-RED node that enables database operations via Sequelize ORM without writing SQL. Supports Oracle, Postgres, MySQL, MariaDB, SQLite, SQL Server, Amazon Redshift, and Snowflake. Current stable version is 1.0.13 targeting Node.js >= 18.0.0. Released on npm and installable via Node-RED Palette Manager. Requires manual installation of database-specific drivers. Differentiator: provides a graphical interface for common operations (find, create, update, delete) plus raw SQL queries with variable replacement, leveraging Sequelize's full ORM capabilities.
npm install node-red-contrib-orm-dbNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the package via Node-RED Palette or npm, then configure connections and models.
Install the required driver package (e.g., `npm install pg pg-hstore` for Postgres).
Upgrade Node.js to version 18 or later.
Use `msg.rawQuery` with replacement syntax as defined in Sequelize documentation.
Run `npm install pg pg-hstore` in your Node-RED user directory.
Run `npm install sqlite3` even though it's listed as default bundled.