fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.

Home Page:https://fullstackhero.net/dotnet-webapi-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request v2] Supporting Database Type Conversion for Tenants in EF Core

wibu009 opened this issue · comments

Is it possible to enable database type conversion for different tenants in EF Core? Ideally, tenants could select their preferred database type. With EF Core, creating separate migration sets for each type seems achievable. I attempted adding a "database provider" field to tenant information and using it, but this conflicts with the CacheStore mechanism. I'm unsure how to resolve this issue?

Am curious to learn how this will be achieved 🙏🏾

I did something similar in v1 of my repository. However, I don't have permission to merge with the v1 repository yet. You can consult it, but I'm not sure how accurate the information will be