I am working with YII2.0 Multiple DB connection using ajax,i having multiple database like account, customer_1,customer_2..customer_n in account database having user table then each user in that table have the corresponding DB.
Based on the user_id i like to connect the DB using ajax.is there have any possibility to do this.
Thanks in advance for your idea and suggestion .