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.105 |
Author(s): | fuban |
Last Update: | Friday, July 6, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://sqliteef6migrations.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/SQLite3.EF6.Migrations |
Install
Install-Package SQLite3.EF6.Migrations
dotnet add package SQLite3.EF6.Migrations
paket add SQLite3.EF6.Migrations
SQLite3.EF6.Migrations Download (Unzip the "nupkg" after downloading)
Dependencies
- EntityFramework(>= 6.1.3)
- System.Data.SQLite(>= 1.0.104)
- System.Data.SQLite.Core(>= 1.0.104)
- System.Data.SQLite.EF6(>= 1.0.104)
- System.Data.SQLite.Linq(>= 1.0.104)
Tags