Is there option to make the DB connection singletone?
Possibly, persistent option dose?
The reason why I am asking is that I have 5 DB connections set in the config/production/db.php and some of db config creates many DB connections to database server.
So, I am getting max DB connection error from DB server.
I can not increase the max DB connection because I do not have permission to do it and so I am asking.