How to modify node-red deploy operation to save flow to database

Do you want to load/save your flows to a database in general?

Maybe the Storage API is what you're looking for. You can implement a custom backend, without involving flow files in the first place.

https://nodered.org/docs/api/storage/

1 Like