Socket
Socket
Sign inDemoInstall

node-red-contrib-sqlbuilder

Package Overview
Dependencies
25
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.3

snapshots/20211121143000.png

6

package.json
{
"name": "node-red-contrib-sqlbuilder",
"version": "0.0.1",
"version": "0.0.3",
"description": "A \"batteries included\" SQL query builder for CockroachDB, MariaDB, MSSQL, MySQL, PostgreSQL, SQLite3, Oracle DB, and Amazon Redshift",
"repository": {
"type": "git",
"url": "git@github.com:lesichkovm/node-red-contrib-sqlbuilder.git"
},
"keywords": [

@@ -6,0 +10,0 @@ "sql",

@@ -5,2 +5,14 @@ # SQL - Module for Node-Red #

A "batteries included" SQL query builder for CockroachDB, MariaDB, MSSQL, MySQL, PostgreSQL, SQLite3, Oracle DB, and Amazon Redshift designed to be flexible, portable, and fun to use.
A "batteries included" SQL query builder for CockroachDB, MariaDB, MSSQL, MySQL, PostgreSQL, SQLite3, Oracle DB, and Amazon Redshift designed to be flexible, portable, and fun to use.
## Snapshot ##
<img src="./snapshots/20211121143000.png" />
# Example Queries
```
query.select("id").from("users").where({
id: msg.user_id
})
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc