s

asp.net core 5 which database connector should I use for entity framework and mySql edit button Edit

author
Murugan Andezuthu Dharmaratnam | calendar 02 December 2020 | 1502

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