I would like to enable my abp blazor app to switch db provider at startup. #18707
Answered
by
maliming
Anders2020
asked this question in
General
-
I want my app to able to work with either sqlserver or sqlite or even mysql. I want to add a config setting to specify the provider and also change the connection string. The MainModule should then be able to wire up the correct dbcontext but still be using the same domain classes. Any thoughts? |
Beta Was this translation helpful? Give feedback.
Answered by
maliming
Jan 9, 2024
Replies: 1 comment 2 replies
-
hi You can implement your I'm not sure if |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it is ok. You can give it a try.