A Node-RED sidebar plugin for visualizing and editing SQLite database structures. Current version 0.0.3, alpha stage with infrequent releases. Provides a UI within Node-RED to create, rename, delete tables and columns. Requires node-red-node-sqlite as a peer dependency. No input sanitization yet; relies on SQLite error feedback. Targeted at Node-RED developers needing a graphical SQLite schema editor.
npm install sqlite-plugin-redNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the plugin and its dependency, then shows how to access the sidebar tab in Node-RED.
Manually verify SQL constraints before confirming changes.
Pin to specific version and test upgrades thoroughly.
npm install node-red-node-sqlite
Ensure node-red-node-sqlite is installed and Node-RED restarted.