RamyHakam / multi_tenancy_bundle

Symfony 5 /6 bundle to support multi-tenants
MIT License
70 stars 24 forks source link

[Question] Multi tenancy with multi database #40

Open Shotman opened 4 weeks ago

Shotman commented 4 weeks ago

Hello, Amazing bundle but I have a quick question, is it possible to have multiple tenant on multiple database severs.

Like tenant1 has it's database on 127.0.0.1 but tenant2 is on 191.168.1.56

Is it possible right now or would src/Services/DbService.php need to be updated to handle that ?

Thank you

RamyHakam commented 3 weeks ago

Thanks for your words, This feature is under development right now and I pushed a new PR for this