Multiclient/multi Database

I’m working on developing a system that will have a different database for each customer. They will all be sharing the same code base. Has Yii 2 considered how it would handle this scenario.

It won’t be that hard for me to modify things to do this. I’ve done it before with Yii1, but I was just curious if it has been considered in the development process of Yii2.

It wasn’t considered since it belongs to application design but I don’t see any major obstacles implementing it in your code.