Way to store flows in mssql dB

Hi everyone, I have a task to add the flows to mssql database when deploy button is pushed and get flows from mssql database when reloaded ,Not sure how to do this any help would be greatful

I'm not aware of one currently out there (but may be wrong)... you will need to write one to use the Storage API - for example here is one using mongo db instead that may give you a template to start from - GitHub - hardillb/node-red-contrib-storage-mongodb: A flow/library storage plugin for Node-RED that uses MongoDB as the backend

(It would be a nice contribution back to the project if you do create one :--) )

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.