实体框架6首先编码具有多个数据库MySQL和PostgreSQL的多个DbContext
My application has to connect to two different databases, MySQL and PostgreSQL database using Entity Framework. It works well if only one DbContext runs. And the second DbContext throws errors if the two of them run. Here's the C# code
[DbConfigurationType...