BifrostQL.Abstractions 0.4.583

dotnet add package BifrostQL.Abstractions --version 0.4.583
                    
NuGet\Install-Package BifrostQL.Abstractions -Version 0.4.583
                    
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="BifrostQL.Abstractions" Version="0.4.583" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BifrostQL.Abstractions" Version="0.4.583" />
                    
Directory.Packages.props
<PackageReference Include="BifrostQL.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 BifrostQL.Abstractions --version 0.4.583
                    
#r "nuget: BifrostQL.Abstractions, 0.4.583"
                    
#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 BifrostQL.Abstractions@0.4.583
                    
#: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=BifrostQL.Abstractions&version=0.4.583
                    
Install as a Cake Addin
#tool nuget:?package=BifrostQL.Abstractions&version=0.4.583
                    
Install as a Cake Tool

BifrostQL.Abstractions

Stable, dependency-light contracts for authoring BifrostQL modules and SQL dialects. This package was carved out of BifrostQL.Core so that third-party module and dialect authors can compile against a surface that changes under an explicit versioning policy, instead of tracking pre-1.0 Core.

What lives here

  • Metadata vocabularyMetadataKeys (the canonical metadata key names a module reads/writes).
  • Error contractBifrostExecutionError (the exception modules throw and transports map onto their wire).
  • Resolver / type-mapping seamsIBifrostFieldContext, ITypeMapper.
  • SQL-generation primitivesParameterizedSql, SqlParameterCollection / SqlParameterInfo, SqlParameterNames, SqlColumnDefinition / SqlColumnKind, and the full-text request contract FtsPredicateRequest / FtsTerm / FtsQueryParser.

Every type keeps its original BifrostQL.Core.* namespace and is [TypeForwardedTo] from BifrostQL.Core, so existing consumers recompile and bind unchanged.

Dependencies

None beyond the base class library. This package references no ASP.NET Core, no GraphQL, and no database driver package — that is what lets it version independently.

Versioning

BifrostQL.Abstractions commits to Semantic Versioning from 1.0.0:

  • MAJOR — a breaking change to any contract in this package (removed/renamed member, changed signature or semantics).
  • MINOR — a backward-compatible addition (new member with a default, new type).
  • PATCH — a backward-compatible fix with no surface change.

BifrostQL.Core remains pre-1.0 and does not carry this guarantee; the stable surface is exactly what has been promoted into this package.

Scope note

ISqlDialect / SqlDialectBase, TableFilter / TableFilterBuilder, the IFilterTransformer / IMutationTransformer / IQueryObserver module transformer contracts, and IDbConnFactory are not yet in this package. Extracting them cleanly requires first relocating the Core Model DTO graph (ColumnDto and the IDbTable/IDbModel cluster), which has a Core-internal dependency (DbModel.Pluralizer) and is entangled with the module/FTS internals. That internal/parity-boundary rework is tracked separately; these contracts move here once it lands.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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.
  • net10.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on BifrostQL.Abstractions:

Package Downloads
BifrostQL.Core

The fastest way to publish your SQL database as a GraphQL API.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.4.583 247 8/24/2026