Answer the question
In order to leave comments, you need to log in
How to combine Entity Framework and SqLite?
Can you please tell me how to combine them? Only when creating a database from the GUI (via a diagram). I just saw this Entity Framework for the first time, it's easier for me.
PS Delivered SqLite to the project already through Nuget. Created a model, but did not create a database yet. I don’t know what is there and where to choose or write ... There are so many menus, my eyes run wide, if you can bring someone some screenshots or some article with screenshots of actions in order ...
Answer the question
In order to leave comments, you need to log in
docs.efproject.net/en/latest/providers/sqlite/inde...
Use EF7, Create a model, Add migrations, and the database is created by the application, no need to be smart, plus migrations, automatically change the database when you run an updated version applications.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question