DotNetDBTools.DefinitionAnalyzer
0.1.0
See the version list below for details.
dotnet add package DotNetDBTools.DefinitionAnalyzer --version 0.1.0
NuGet\Install-Package DotNetDBTools.DefinitionAnalyzer -Version 0.1.0
<PackageReference Include="DotNetDBTools.DefinitionAnalyzer" Version="0.1.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add DotNetDBTools.DefinitionAnalyzer --version 0.1.0
#r "nuget: DotNetDBTools.DefinitionAnalyzer, 0.1.0"
// Install DotNetDBTools.DefinitionAnalyzer as a Cake Addin #addin nuget:?package=DotNetDBTools.DefinitionAnalyzer&version=0.1.0 // Install DotNetDBTools.DefinitionAnalyzer as a Cake Tool #tool nuget:?package=DotNetDBTools.DefinitionAnalyzer&version=0.1.0
DotNetDBTools is a set of libraries to define and deploy relational databases throughout their evolution using database as code approach.
Or in other words - state-based (declarative) database version control tools.
It provides the means to conviniently describe database structure for supported DBMS's in c# code in a declarative way, to analyze that structure and the means of publishing it to the selected DBMS with automatic differences calculation between what's being published and what's currently in the DBMS now.
DotNetDBTools.DefinitionAnalyzer is an analyzer for databases defined using DotNetDBTools.Definition package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.