Skip to content

Commit 27c3955

Browse files
authored
Update README.md
1 parent 5825757 commit 27c3955

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ To support this project you can: *star the repository*, report bugs/request feat
1212
Especially if you use it for a commercial project, a donation is welcome.
1313
If 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

1724
This project ships several `IDbInitializer` classes. These create new SQLite Databases based on your model/code.

0 commit comments

Comments
 (0)