Intent.SQLSchemaExtractor 1.1.4

dotnet tool install --global Intent.SQLSchemaExtractor --version 1.1.4
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local Intent.SQLSchemaExtractor --version 1.1.4
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Intent.SQLSchemaExtractor&version=1.1.4
nuke :add-package Intent.SQLSchemaExtractor --version 1.1.4

Intent SQL Schema Extractor

The Intent SQL Schema Extractor CLI tool can be used to export SQL Server database schema's into an Intent Architect Domain package.

This tool can be useful for creating Intent Architect Domain Packages based on existing databases definitions.

Pre-requisites

Latest Long Term Support (LTS) version of .NET.

Installation

The tool is available as a .NET Tool and can be installed with the following command:

dotnet tool install Intent.SQLSchemaExtractor --global --prerelease

[!NOTE] If dotnet tool install fails with an error to the effect of The required NuGet feed can't be accessed, perhaps because of an Internet connection problem. and it shows a private NuGet feed URL, you can try add the --ignore-failed-sources command line option (source).

You should see output to the effect of:

You can invoke the tool using the following command: intent-sqlschema-extractor
Tool 'intent-sqlschema-extractor' (version 'x.x.x') was successfully installed.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.1.4 77 6/19/2024
1.1.2 167 3/7/2024
1.1.2-pre.0 52 3/6/2024
1.1.1 141 3/5/2024
1.1.0 162 3/4/2024