Nestjs/MySQL connecting multiple databases error#
After connecting multiple databases, there is an error when using the Repository of the second database.
Need to add the name of the database in @InjectRepository(Account, 'wow3').
After connecting multiple databases, there is an error when using the Repository of the second database.
Need to add the name of the database in @InjectRepository(Account, 'wow3').