EzDbSchema 5.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package EzDbSchema --version 5.0.8
NuGet\Install-Package EzDbSchema -Version 5.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EzDbSchema" Version="5.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EzDbSchema --version 5.0.8
#r "nuget: EzDbSchema, 5.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EzDbSchema as a Cake Addin
#addin nuget:?package=EzDbSchema&version=5.0.8

// Install EzDbSchema as a Cake Tool
#tool nuget:?package=EzDbSchema&version=5.0.8

A class library that allows you to point to a database and represent the complete schema with columns, relationships (including fk names and multiplicity) in a simple object hierarchy.  Some use cases require a schema of a database without the bulk of Entity power tools or Entity Framework.  This class library will give you the ability to save this as a json file to be restored later.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on EzDbSchema:

Package Downloads
EzDbCodeGen

This complete and self contained code generation utility will install in a sub directory EzDbCodeGen of a target project. From this path, you can run a powershell script that will generate code based on the connection string. Each template is a handlebars template that has tags that specify where you would like to output the generated code and if there is a vs project that you wish to update with the file list (old VS project formats only).

EzDbCodeGen.Core

This will install a local cli tool. From this path, you can run a powershell script that will generate code based on the connection string. Each template is a handlebars template that has tags that specify where you would like to output the generated code and if there is a vs project that you wish to update with the file list (old VS project formats only).

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.2 97 3/17/2024
8.0.1 76 3/17/2024
8.0.0 67 3/17/2024
7.0.0 369 1/2/2023
6.0.1 741 4/27/2022
6.0.0 6,660 11/23/2021
5.0.9 362 9/7/2021
5.0.8 318 9/6/2021
5.0.7 420 6/20/2021
1.0.53 1,098 5/13/2020
1.0.31 1,819 12/21/2019
1.0.29 541 8/30/2019
1.0.28 1,538 6/6/2019
1.0.27 565 6/5/2019
1.0.26 763 2/22/2019
1.0.23 850 8/24/2018
1.0.22 791 8/20/2018
1.0.21 847 8/16/2018
1.0.16 832 8/1/2018
1.0.15 857 7/27/2018
1.0.11 5,489 7/20/2018

Added net5.0
Updated nuget libs