Using latest versions of EF6 and SQLite from NuGet. I finally got the app.config file to work after some useful posts on Stackoverflow. Now the problem is that the tables ar
I started with the code from fried and created a project which lets you use CodeFirst. The project is available open source on GitHub or as NuGet Package.
If you encounter any problems or miss a feature, feel free to open a new issue on GitHub. Of course PRs are very welcome.
Edit (26.04.2016):
In the meantime I did a lot in this project.
The following (default EF) functionality is supported:
There are also some features exclusive for SQLite, which are not supported by default:
There are two ways to use the functionality of this library.
Make use of the DbInitializers:
Get more control by using one of the following two classes:
Edit (30.05.2020): As EF 6 now supports .NET Core 3 and above, I adjusted the library to support .NET Standard 2.1 as well. The following .NET framework versions are supported: