A database schema diff library for .NET assemblies and SQL Server databases using AO.Models.
Info
Version: | 2.2.15 |
Author(s): | Adam O'Neil |
Last Update: | Saturday, July 17, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/adamfoneil/ModelSync |
NuGet Url: | https://www.nuget.org/packages/AO.ModelSync.Library |
Install
Install-Package AO.ModelSync.Library
dotnet add package AO.ModelSync.Library
paket add AO.ModelSync.Library
AO.ModelSync.Library Download (Unzip the "nupkg" after downloading)
Dependencies
- AO.Models(>= 1.1.7)
- Dapper(>= 2.0.35)
- Microsoft.Data.SqlClient(>= 1.1.3)
- Newtonsoft.Json(>= 12.0.3)
- System.ComponentModel.Annotations(>= 4.7.0)