HoneyDrunk.Data.SqlServer
0.1.0
See the version list below for details.
dotnet add package HoneyDrunk.Data.SqlServer --version 0.1.0
NuGet\Install-Package HoneyDrunk.Data.SqlServer -Version 0.1.0
<PackageReference Include="HoneyDrunk.Data.SqlServer" Version="0.1.0" />
<PackageVersion Include="HoneyDrunk.Data.SqlServer" Version="0.1.0" />
<PackageReference Include="HoneyDrunk.Data.SqlServer" />
paket add HoneyDrunk.Data.SqlServer --version 0.1.0
#r "nuget: HoneyDrunk.Data.SqlServer, 0.1.0"
#:package HoneyDrunk.Data.SqlServer@0.1.0
#addin nuget:?package=HoneyDrunk.Data.SqlServer&version=0.1.0
#tool nuget:?package=HoneyDrunk.Data.SqlServer&version=0.1.0
SQL Server provider for HoneyDrunk.Data. Implements multi-tenant schema migrations, connection management, and SQL Server-specific conventions for the HoneyDrunk.OS data access layer.
| 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
- HoneyDrunk.Data (>= 0.1.0)
- Microsoft.Data.SqlClient (>= 6.1.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on HoneyDrunk.Data.SqlServer:
| Package | Downloads |
|---|---|
|
HoneyDrunk.Data.Migrations
Migration tooling for HoneyDrunk.Data. Complete architecture overhaul with design-time DbContext factories and migration runner helpers for CI/CD scenarios. Not intended for runtime use. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 0.1.0: SQL Server provider with multi-tenant support, schema migrations, and connection pooling. Works with HoneyDrunk.Data 0.2.0.