asp.net core 5 which database connector should I use for entity framework and mySql Edit
for an Asp.Net Core 5 project using Entity Framework and MySql. Which database connector should I use and why is it best?
Solution
Pomelo.Entity.FrameworkCore.Mysql & MySql.Data.Entity.FrameworkCore are two of the options. I use Pomelo and it's okay for all my .net core projects