node-red-contrib-sqlbuilder

0.5.0 • Public • Published

SQL - Module for Node-Red

Description

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

SQLBuilder Basic Example

Example Queries

query.select("id").from("users").where({
    id: msg.user_id
})

Full Query Documentation

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-sqlbuilder

Weekly Downloads

6

Version

0.5.0

License

MIT

Unpacked Size

18.7 kB

Total Files

6

Last publish

Collaborators

  • lesichkovm