Define Best Method to Support other Database Schemas

Issue #3 new
Moogly created an issue

While using Entity Framework Core provides us strength in supporting multiple database types (SQLite, PostgreSQL, MySQL, MSSQL, etc) a proper approach to supporting multiple and entirely distinct database schemas should be defined. I'm thinking maybe as a different "ApplicationDbContext" or something? That should avoid if statement hell.

For now this is not a major issue, but anyone is welcome to discuss and provide input.

Comments (0)

  1. Log in to comment