node-red-contrib-alasqlfunc 0.1.2

An additional alasql function..

npm install node-red-contrib-alasqlfunc

node-red-contrib-alasqlfunc

This additional node-red alasql node lets you use msg.query to send in query commands like query/insert/update Note: This node now uses alasql-nr as its base, it has extra fixes for known alasql faults

Eg:

msg.query='select * from abc where Id="'+msg.payload.response.id+'"';

or

var a = 'wombat';
var b = 'platypus';
msg.query='insert into abc values ("'+a+'","'+b,+'")';

Node Info

Version: 0.1.2
Updated 4 years, 9 months ago
Rating: not yet rated

Actions

Rate:

Downloads

0 in the last week

Nodes

  • alasqlfunc

Keywords

  • node-red
  • redlink
  • alaSQL

Maintainers