CleanArchitectureUtility.Infra.Data.Sql
10.0.1
dotnet add package CleanArchitectureUtility.Infra.Data.Sql --version 10.0.1
NuGet\Install-Package CleanArchitectureUtility.Infra.Data.Sql -Version 10.0.1
<PackageReference Include="CleanArchitectureUtility.Infra.Data.Sql" Version="10.0.1" />
<PackageVersion Include="CleanArchitectureUtility.Infra.Data.Sql" Version="10.0.1" />
<PackageReference Include="CleanArchitectureUtility.Infra.Data.Sql" />
paket add CleanArchitectureUtility.Infra.Data.Sql --version 10.0.1
#r "nuget: CleanArchitectureUtility.Infra.Data.Sql, 10.0.1"
#:package CleanArchitectureUtility.Infra.Data.Sql@10.0.1
#addin nuget:?package=CleanArchitectureUtility.Infra.Data.Sql&version=10.0.1
#tool nuget:?package=CleanArchitectureUtility.Infra.Data.Sql&version=10.0.1
SQL Layer - Clean Architecture The SQL 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 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 | 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. |
-
net10.0
- CleanArchitectureUtility.Core.Contract (>= 10.0.1)
- CleanArchitectureUtility.Core.Domain (>= 10.0.1)
- CleanArchitectureUtility.Extensions.Abstractions (>= 10.0.0)
- Microsoft.EntityFrameworkCore (>= 10.0.0-preview.1.25081.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CleanArchitectureUtility.Infra.Data.Sql:
Package | Downloads |
---|---|
CleanArchitectureUtility.Infra.Data.SqlCommands
Sql Command layer of Clean Architecture Utilities |
|
CleanArchitectureUtility.Infra.Data.SqlQueries
Sql Query layer of Clean Architecture Utilities |
GitHub repositories
This package is not used by any popular GitHub repositories.