DotNetDBTools.DescriptionSourceGenerator
0.3.2
dotnet add package DotNetDBTools.DescriptionSourceGenerator --version 0.3.2
NuGet\Install-Package DotNetDBTools.DescriptionSourceGenerator -Version 0.3.2
<PackageReference Include="DotNetDBTools.DescriptionSourceGenerator" Version="0.3.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add DotNetDBTools.DescriptionSourceGenerator --version 0.3.2
#r "nuget: DotNetDBTools.DescriptionSourceGenerator, 0.3.2"
// Install DotNetDBTools.DescriptionSourceGenerator as a Cake Addin #addin nuget:?package=DotNetDBTools.DescriptionSourceGenerator&version=0.3.2 // Install DotNetDBTools.DescriptionSourceGenerator as a Cake Tool #tool nuget:?package=DotNetDBTools.DescriptionSourceGenerator&version=0.3.2
DotNetDBTools is a set of libraries to define, analyze and deploy (publish migrate) 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 objects for the supported DBMS as c# code or as sql in a declarative way, to analyze it 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.
Agnostic definition for standard sql objects (Tables, Views, Indexes, Triggers) is also supported (as c# code only) and can then be used to publish to any supported DBMS.
DotNetDBTools.DescriptionSourceGenerator is a source generator of additional database description classes 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.