SQLite.EF6.Migrations-Extensible
1.0.106.1
dotnet add package SQLite.EF6.Migrations-Extensible --version 1.0.106.1
NuGet\Install-Package SQLite.EF6.Migrations-Extensible -Version 1.0.106.1
<PackageReference Include="SQLite.EF6.Migrations-Extensible" Version="1.0.106.1" />
paket add SQLite.EF6.Migrations-Extensible --version 1.0.106.1
#r "nuget: SQLite.EF6.Migrations-Extensible, 1.0.106.1"
// Install SQLite.EF6.Migrations-Extensible as a Cake Addin #addin nuget:?package=SQLite.EF6.Migrations-Extensible&version=1.0.106.1 // Install SQLite.EF6.Migrations-Extensible as a Cake Tool #tool nuget:?package=SQLite.EF6.Migrations-Extensible&version=1.0.106.1
Entity framework 6.x migration provider for SQLite - This is a more extensible copy of System.Data.SQLite.EF6.Migrations
For more details see https://github.com/astaerk/sqliteef6migrations
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- EntityFramework (>= 6.1.3)
- System.Data.SQLite (>= 1.0.104)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
This is a fork of 1.0.106 of System.Data.SQLite.EF6.Migrations that is more extensible.
Version 1.0.106.0
- supports changing/replacing of the SQLiteDdlBuilder class
Version 1.0.106.1
- most members of the SQLiteMigrationSqlGenerator class are protected and virtual now to better support inheriting that class