Fdw.Sql.Commands.Abstractions 1.0.1-rc.4

This is a prerelease version of Fdw.Sql.Commands.Abstractions.
dotnet add package Fdw.Sql.Commands.Abstractions --version 1.0.1-rc.4
                    
NuGet\Install-Package Fdw.Sql.Commands.Abstractions -Version 1.0.1-rc.4
                    
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="Fdw.Sql.Commands.Abstractions" Version="1.0.1-rc.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fdw.Sql.Commands.Abstractions" Version="1.0.1-rc.4" />
                    
Directory.Packages.props
<PackageReference Include="Fdw.Sql.Commands.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fdw.Sql.Commands.Abstractions --version 1.0.1-rc.4
                    
#r "nuget: Fdw.Sql.Commands.Abstractions, 1.0.1-rc.4"
                    
#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.
#:package Fdw.Sql.Commands.Abstractions@1.0.1-rc.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fdw.Sql.Commands.Abstractions&version=1.0.1-rc.4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Fdw.Sql.Commands.Abstractions&version=1.0.1-rc.4&prerelease
                    
Install as a Cake Tool

Fdw.Sql.Commands.Abstractions

The SQL command contracts.

Implementations live in the sibling packages; this one holds the interfaces, base types and models they agree on, so a consumer can depend on the contract without taking the implementation.

Interfaces (7)

Type Kind Purpose
ISqlCommand interface
ISqlCommandCategory interface
ISqlCommandHandler interface
ISqlCommandResult interface
ISqlCommandTranslator interface
ISqlCommandTranslator<in TCommand, TResult> interface
ISqlTranslatorRegistry interface

Base types (7)

Type Kind Purpose
SqlCommandBase class
SqlCommandCategories class
SqlCommandCategoryBase class
SqlCommandTranslatorBase class
SqlCommandTranslatorBase<TCommand, TResult> class
SqlCommandTranslators class
SqlCommands class

Models and supporting types (15)

Type Kind Purpose
MutationResult class Mutation result. The script edits already live in the workspace's in-memory state; just reports which…
MutationResult<T> class Mutation result. The script edits already live in the workspace's in-memory state; just reports which…
AnalysisCategory class
BuildCategory class
BuiltInSqlCommandCategories class
GenerationCategory class
NavigationCategory class
ProjectCategory class
QueryResult<T> class
RefactoringCategory class
SearchCategory class
SqlResultCode class

Installation

dotnet add package Fdw.Sql.Commands.Abstractions --prerelease

Dependencies

Fdw.Abstractions · Fdw.Collections · Fdw.Commands.Development.Abstractions · Fdw.MessageLogging.Abstractions · Fdw.Results · Fdw.Results.Abstractions · Fdw.Sql.Workspace · Fdw.Types.Abstractions


Part of FractalDataWorks 1.0.0-rc.1. Licensed under Apache-2.0.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Fdw.Sql.Commands.Abstractions:

Package Downloads
Fdw.Sql.Commands

Development tools and utilities for the Fdw ecosystem.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.1-rc.4 59 9/2/2026
1.0.1-rc.3 62 9/2/2026
1.0.1-rc.2 60 9/1/2026
1.0.1-rc.1 58 8/31/2026
1.0.0-rc.10 66 8/28/2026
1.0.0-rc.9 77 8/25/2026
1.0.0-rc.8 72 8/25/2026
1.0.0-rc.6.1 65 8/20/2026
1.0.0-rc.6 77 8/20/2026
1.0.0-rc.5 70 8/19/2026
1.0.0-rc.4 65 8/19/2026
1.0.0-rc.3 82 8/17/2026
1.0.0-rc.1 78 8/10/2026