Open shaharmor opened 8 years ago
For example, i have a plugin that creates a database connection when given the hostname for the db server.
Now i want to have two connections to two different servers.
so from plugin1 i will consume database with hostname1 and from plugin2 i will consume database with hostname2
database
is it possible?
Currently this isn't possible. Do you want to pass hostname1 to datebase from plugin1 or from the config file?
For example, i have a plugin that creates a database connection when given the hostname for the db server.
Now i want to have two connections to two different servers.
so from plugin1 i will consume
database
with hostname1 and from plugin2 i will consumedatabase
with hostname2is it possible?