Closed HeikoZhang closed 8 years ago
Hi @HeikoZhang. I don't believe there's any way to use this library along with EF7, at least not without writing some sort of adapter code.
If you're not dead set on EF, I believe some folks are successfully using this library with Dapper.
It is now possible to use this library with EF through the provider library at https://github.com/SapientGuardian/SapientGuardian.EntityFrameworkCore.MySql. Here's a sample project: https://github.com/SapientGuardian/AspNet5MultipleProject
thanks for your work, could you write a sample in vs2015 using ef core connecting to mysql DB?