Plugin: connect to external database without showing password
I think that it’s rare for a plugin to make a direct DB connection, for the very reason you’re citing (among others, like port concerns, DB security best practices, etc.). In most cases, if you want your plugins to connect to an external data source, it’s best to do it using an API. So you’d … Read more