@@ -12,6 +12,13 @@ To support this project you can: *star the repository*, report bugs/request feat
1212Especially if you use it for a commercial project, a donation is welcome.
1313If you need a specific feature for a commercial project, I am glad to offer a paid implementation.
1414
15+ ## Project Status  
16+ 17+ This project was started when there was .NET Full Framework and EF 6. EF 6 does not offer code first for SQLite and this library fills this gab.
18+ Nowadays there is .NET Core (or now just called .NET) and EF Core. EF Core supports code first and migrations for SQLite.
19+ If you use .NET Core 3 or above together with EF Core, there is no need for this library.
20+ If you use EF 6 (either with .NET Full Framework or with .NET Core 3 or above), this library is an option for you to get code first for SQLite.
21+ 1522## Features  
1623
1724This project ships several ` IDbInitializer `  classes. These create new SQLite Databases based on your model/code.
0 commit comments