🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

sqlite-plugin-red

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite-plugin-red

Adding a tab to show and edit the structure of a sqlite database. Needs node-red-node-sqlite.

0.0.3
latest
npm
Version published
Maintainers
1
Created
Source

Sqlite Tab RED

Adding a sidebar tab for Node-RED to show and edit sqlite database structures

Requirements

Requires the Node-RED node: node-red-node-sqlite.

Instructions

The UI will help you to visualize and create your sqlite database, all within Node-RED.

  • Select, create or delete your your sqlite database files in the first row.
  • Select, create, rename or delete your tables in the second row.
  • If a table is selected you can add, remove or change your sqlite table columns.
  • If done press the confirm button.

Screenshot of a the Sqlite Tab.

Notes

There is currently no input safeproof implemented, as sqlite will return an error if something is not correct. For example: Creating a autoincrement column without setting the column to INTEGER.

This will be planned in the future.

Developers

If you want to modify something inside the sqlite-plugin-red.html file, I recommend to use SIR.

With help of SIR you can handle the sqlite-plugin-red.svelte file in which the code is much cleaner and easier to handle.

Keywords

node-red

FAQs

Package last updated on 26 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts