I am using a SQLite database in my node-red application.
For security purposes, the database is password protected.
Is there any way to supply the password to the SQLite node within the Node-Red Flow?
If remove the password from the database then everything works as expected.
Any help here would be appreciated.