Hi,
to make you understand I need to tell you my configuration ....
I have one Raspberry Pi4 (so Raspberry original) with node red-mqtt-zigbee2mqtt and this is the primary hardware for my home automation.
I have also one pc (so Kubuntu) with node-red and this is my test environment.
I test here the code changes and after I connect node red on Raspberry to implement changes ....
Yesterday I installed on pc kubuntu SQLite,
I created one database, enter the data and after I copied the db into a folder of Raspberry shared with pc-Kubuntu.
I don't want to install SQLite on Raspberry but I would like to select and update data only with node-red-node-sqlite 1.0.3.
Well, this are my two problems:
-
with a query on Raspberry I update one record but on pc-kubuntu I don't see the change of the record (with a query select), I have the old value. I need to deploy and so I have the real data.
-
I cannot insert a record into database from pc-kubuntu with a query of insert because I have this error:
The first problem is not a big problem, but the second is a very big problem because I would like to create query of insert on pc-kubuntu and not on Raspberry; on raspberry I select and update only .....
How can I fix this problems?