Ok so after looking into Node-Red it seems to be exactly what I am looking for. However, I am just wondering if anyone knows how to do a simple SELECT statement with this. I have already installed the mysql node.
I have attached an image of what I think it should be. Also I this is what I believe should be my code for the Select Statement:
Code: Select all
msg.topic = "Select status FROM Test1";
return msg;