ND.FW.DbAccessManager
0.0.2
dotnet add package ND.FW.DbAccessManager --version 0.0.2
NuGet\Install-Package ND.FW.DbAccessManager -Version 0.0.2
<PackageReference Include="ND.FW.DbAccessManager" Version="0.0.2" />
<PackageVersion Include="ND.FW.DbAccessManager" Version="0.0.2" />
<PackageReference Include="ND.FW.DbAccessManager" />
paket add ND.FW.DbAccessManager --version 0.0.2
#r "nuget: ND.FW.DbAccessManager, 0.0.2"
#:package ND.FW.DbAccessManager@0.0.2
#addin nuget:?package=ND.FW.DbAccessManager&version=0.0.2
#tool nuget:?package=ND.FW.DbAccessManager&version=0.0.2
A unified, provider-agnostic database access abstraction library supporting multiple database providers. Simplifies database operations with a consistent API across different database types.
| Product | Versions 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 was computed. 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. |
-
net8.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.1)
- ND.FW.NRDBM (>= 0.0.11)
- ND.FW.Observability (>= 0.0.4)
- ND.FW.RDBM (>= 0.0.16)
- Newtonsoft.Json (>= 13.0.4)
- NRedisStack (>= 1.3.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ND.FW.DbAccessManager:
| Package | Downloads |
|---|---|
|
ND.FW.CacheReadThrough
Read-Through Cache is a caching strategy where the application always reads data through the cache layer. On a cache miss the cache itself (or the service layer) is responsible for loading the data from the underlying data store, storing it, and returning it to the caller. This pattern offloads the origin database from repetitive reads and serves subsequent requests at memory speed. Update: Now Framework use used to Cache Hash Items. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 0.0.2: Added a cache layer