Hello Everyone,
I want to use H2 database with node red for storing files and data. But I an not getting any thing related to that. Can anybody help me out on this topic.
Thank you
Hello Everyone,
I want to use H2 database with node red for storing files and data. But I an not getting any thing related to that. Can anybody help me out on this topic.
Thank you
Hi @akhtar321h
from what I can see, H2 is a pure Java database system. I can't find any reference to clients written in any other languages, such as JavaScript/Node.js that you would need to use from within Node-RED. Without that, it's going to be very difficult to connect.
Thank you for response.