Home > Back-end >  Connection between Node-Red running in IBM Cloud and sqlite in localsystem
Connection between Node-Red running in IBM Cloud and sqlite in localsystem

Time:09-17

I am new to Node-Red and SQL Lite, I am trying to connect my Node-Red app running in IBM cloud to the sqlite running in my local pc, I tried to connect by giving the database location like "C:\sqlite\db\SmartBar_DB.db", but is not working, please help.sqlite-node

CodePudding user response:

If Node-RED is running in the IBM Cloud then it has absolutely no access to files on your local computer.

You will not be able to connect from the IBM Cloud application to anything on your local computer.

  • Related