Use Case: Multiple Databases with the Same Code
Grauenwolf opened this issue · 4 comments
Grauenwolf commented
Demonstrate accessing both SQL Server and PostgreSQL using the same code.
Grauenwolf commented
EF Core Example: https://github.com/avi1989/DbContextForMultipleDatabases
FransBouma commented
Is a good scenario as it's used a lot in practice. And I should be able to support this without lifting a finger too :)
mikependon commented
I liked this too :)
Grauenwolf commented
I've got the tests written, but I've got a little bit of work left to do for EF Core. But I can comment that out and just push the tests.