how support other databases,eg:mysql
newpost opened this issue · 1 comments
newpost commented
how support other databases,eg:mysql
iammukeshm commented
Currently we are using MSSQL. If you want to switch over to another RDBMS, Simply install the related package of EFCOre - 'MySql.Data.EntityFrameworkCore' on your Persitence Layer and configure your appsettings accordingly. It's pretty easy with this approach in architecture.