Info
Version: | 1.0.4 |
Author(s): | Vladislav Ermolaev |
Last Update: | Thursday, January 17, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/vladermolaev/SQLite.CodeFirst.Migrations |
NuGet Url: | https://www.nuget.org/packages/SQLite.CodeFirst.Migrations |
Install
Install-Package SQLite.CodeFirst.Migrations
dotnet add package SQLite.CodeFirst.Migrations
paket add SQLite.CodeFirst.Migrations
SQLite.CodeFirst.Migrations Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Data.SQLite(>= 1.0.109.2)
- SQLite.CodeFirst(>= 1.5.1.25)
Tags
Provides custom support for database migrations based on schema versioning as described by Inne Hoekstra: https://medium.com/@hoekje/simple-migrations-with-c-and-sqlite-9942e1863536
Adds a few sample files to your project: example of data model classes under SampleDataModel, example of accessing data in the database via model classes under SampleDataAccess, and example of migration scripts under Migrations.