iammukeshm/CleanArchitecture.WebApi

how support other databases,eg:mysql

newpost opened this issue · 1 comments

how support other databases,eg:mysql

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.