Registry / database / sqlite-plugin-red

sqlite-plugin-red

JSON →
library0.0.3jsnpmunverified

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-red
INSTALL
IMPORT
SIG · SQLITE-PLUGIN-RED
S
sqlite-plugin-red
databasejavascriptv0.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sqlite-plugin-red
plugins: [require('sqlite-plugin-red')]
require('sqlite-plugin-red') (cannot be required as a standalone module)
Install as Node-RED plugin; no direct module import.

Installs the plugin and its dependency, then shows how to access the sidebar tab in Node-RED.

cd ~/.node-red npm install node-red-node-sqlite sqlite-plugin-red # Restart Node-RED; side tab will appear. # Create or open a SQLite file via the tab interface.
Debug
Known issues
gotchaNo input validation: invalid SQL types or missing INTEGER for autoincrement will fail silently.
fix
Manually verify SQL constraints before confirming changes.
affects: >=0.0.0
deprecatedVersion 0.0.3 is alpha; API may change without notice.
fix
Pin to specific version and test upgrades thoroughly.
affects: >=0.0.0
Errors
Common errors & fixes
sqlite-plugin-red: Cannot find module 'node-red-node-sqlite'
Missing peer dependency
fix
npm install node-red-node-sqlite
Cannot read properties of undefined (reading 'sqlite')
node-red-node-sqlite not installed or not loaded
fix
Ensure node-red-node-sqlite is installed and Node-RED restarted.
Upgrade
Version history
0.0.3latest on npm
Audit
Dependencies
node-red-node-sqliterequiredPeer dependency required for SQLite operations
Agent activity
16 hits · last 30 days
node
12
Meta
2
OpenAI (training)
1
Resources
sqlite-plugin-red — npm install sqlite-plugin-red · libregistry