Database migrator based on DbUp.
Info
Version: | 1.0.1 |
Author(s): | Mohamed Souheil BEN GHORBAL |
Last Update: | Friday, April 17, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/DbMigrator.Core |
Install
Install-Package DbMigrator.Core
dotnet add package DbMigrator.Core
paket add DbMigrator.Core
DbMigrator.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- Dapper(>= 2.0.35)
- dbup-postgresql(>= 4.3.0)
- Microsoft.Extensions.Configuration(>= 3.1.3)
- Microsoft.Extensions.Configuration.Abstractions(>= 3.1.3)
- Microsoft.Extensions.Configuration.Json(>= 3.1.3)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.0.0)
- Microsoft.Extensions.Primitives(>= 3.1.3)
- Npgsql(>= 4.0.2)
- Serilog(>= 2.7.1)
- Serilog.Settings.Configuration(>= 3.1.0)
- Serilog.Sinks.PostgreSQL(>= 2.1.0)
- System.Buffers(>= 4.5.0)
- System.Memory(>= 4.5.3)
- System.Numerics.Vectors(>= 4.5.0)
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)
- System.Threading.Tasks.Extensions(>= 4.5.2)
Tags