Entity framework 6.x migration provider for SQLite.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.113 |
Author(s): | Bubi |
Last Update: | Tuesday, October 25, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/bubibubi/sqliteef6migrations |
NuGet Url: | https://www.nuget.org/packages/System.Data.SQLite.EF6.Migrations |
Install
Install-Package System.Data.SQLite.EF6.Migrations
dotnet add package System.Data.SQLite.EF6.Migrations
paket add System.Data.SQLite.EF6.Migrations
System.Data.SQLite.EF6.Migrations Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.3.0)
- System.Data.SQLite(>= 1.0.112)
- System.Data.SQLite.Core(>= 1.0.112)
- System.Data.SQLite.EF6(>= 1.0.112)
- System.Data.SQLite.Linq(>= 1.0.112)
Tags