Is there an easy way to implement Entity Framework Core in Unity 2018?
I specifically want to use Microsoft.EntityFrameworkCore.SQLite.
Is there an easy way to implement Entity Framework Core in Unity 2018?
I specifically want to use Microsoft.EntityFrameworkCore.SQLite.
Hey! I’m trying to do the same thing, have you ever had any success with this? Thank you!
Hey @cjackson234
There is a simple solution. Just need to install the package into the project. And the integration is done, then just use it as usual EntityFrameworkCore solution in .NET project.
I know it is too late. But hopefully it would help “the future” you or someone else who found this topic.