CleanArchitectureUtility.Infra.Data.SqlCommands
9.0.3
See the version list below for details.
dotnet add package CleanArchitectureUtility.Infra.Data.SqlCommands --version 9.0.3
NuGet\Install-Package CleanArchitectureUtility.Infra.Data.SqlCommands -Version 9.0.3
<PackageReference Include="CleanArchitectureUtility.Infra.Data.SqlCommands" Version="9.0.3" />
<PackageVersion Include="CleanArchitectureUtility.Infra.Data.SqlCommands" Version="9.0.3" />
<PackageReference Include="CleanArchitectureUtility.Infra.Data.SqlCommands" />
paket add CleanArchitectureUtility.Infra.Data.SqlCommands --version 9.0.3
#r "nuget: CleanArchitectureUtility.Infra.Data.SqlCommands, 9.0.3"
#:package CleanArchitectureUtility.Infra.Data.SqlCommands@9.0.3
#addin nuget:?package=CleanArchitectureUtility.Infra.Data.SqlCommands&version=9.0.3
#tool nuget:?package=CleanArchitectureUtility.Infra.Data.SqlCommands&version=9.0.3
SQL Command Layer - Clean Architecture The SQL Command Layer in the Clean Architecture is responsible for handling all interactions with the underlying database using SQL queries and commands. It serves as an intermediary between the domain layer (business logic) and the database, abstracting the details of database communication and ensuring the persistence concerns are decoupled from the core application logic. In Clean Architecture, the SQL Command Layer is part of the Infrastructure Layer, and it implements the repository pattern to handle data persistence tasks such as inserting, updating, and deleting records.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 was computed. 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. |
-
net9.0
- CleanArchitectureUtility.Core.Contract (>= 9.0.3)
- CleanArchitectureUtility.Core.Domain (>= 9.0.5)
- CleanArchitectureUtility.Extensions.Abstractions (>= 9.0.13)
- Microsoft.EntityFrameworkCore (>= 9.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CleanArchitectureUtility.Infra.Data.SqlCommands:
Package | Downloads |
---|---|
CleanArchitectureUtility.Extensions.Events.PollingPublisher
Polling Publisher Extension of Clean Architecture Utilities |
GitHub repositories
This package is not used by any popular GitHub repositories.