Purview.EventSourcing.Admin.SqlServer
2.0.0-prerelease.31
This is a prerelease version of Purview.EventSourcing.Admin.SqlServer.
dotnet add package Purview.EventSourcing.Admin.SqlServer --version 2.0.0-prerelease.31
NuGet\Install-Package Purview.EventSourcing.Admin.SqlServer -Version 2.0.0-prerelease.31
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="Purview.EventSourcing.Admin.SqlServer" Version="2.0.0-prerelease.31" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Purview.EventSourcing.Admin.SqlServer" Version="2.0.0-prerelease.31" />
<PackageReference Include="Purview.EventSourcing.Admin.SqlServer" />
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 Purview.EventSourcing.Admin.SqlServer --version 2.0.0-prerelease.31
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Purview.EventSourcing.Admin.SqlServer, 2.0.0-prerelease.31"
#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 Purview.EventSourcing.Admin.SqlServer@2.0.0-prerelease.31
#: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=Purview.EventSourcing.Admin.SqlServer&version=2.0.0-prerelease.31&prerelease
#tool nuget:?package=Purview.EventSourcing.Admin.SqlServer&version=2.0.0-prerelease.31&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Purview.EventSourcing.Admin.SqlServer
Purview.EventSourcing.Admin.SqlServer provides SQL Server-backed implementations of the admin portal service contracts (IAdminAggregateQueryService, IAdminEventQueryService, IAdminProjectionService), reading directly from the event and snapshot tables written by Purview.EventSourcing.SqlServer.
Install
dotnet add package Purview.EventSourcing.Admin.SqlServer
Register the adapter
builder.Services.AddPurviewEventSourcingAdminSqlServer();
The adapter resolves the SqlServerEventStoreOptions from the container (the same options used by the event store itself). For example:
builder.Services.AddSqlServerEventStore();
builder.Services.AddSqlServerSnapshotQueryableEventStore();
builder.Services.AddPurviewEventSourcingAdminSqlServer();
Prerequisites
- The
Purview.EventSourcing.SqlServerevent (and ideally snapshot) stores must be registered with matchingSqlServerEventStoreOptions(connection string and schema configuration). - The admin API and security packages must be registered and mapped (see
Purview.EventSourcing.Admin.Api).
What it provides
SqlServerAdminAggregateQueryService- aggregate search and detail retrieval over the snapshot/event tablesSqlServerAdminEventQueryService- event-range queries over the event tableSqlServerAdminProjectionService- point-in-time projection at a version or timestamp
Related packages
- Admin abstractions:
Purview.EventSourcing.Admin.Abstractions - Admin API:
Purview.EventSourcing.Admin.Api - SQL Server guide
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- LinqKit (>= 1.3.11)
- Microsoft.Data.SqlClient (>= 7.0.3)
- Microsoft.EntityFrameworkCore (>= 10.0.12)
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.12)
- Microsoft.EntityFrameworkCore.SqlServer (>= 10.0.12)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.12)
- Microsoft.Extensions.DependencyInjection (>= 10.0.12)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Logging (>= 10.0.12)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Options (>= 10.0.12)
- Microsoft.Extensions.Telemetry.Abstractions (>= 10.10.0)
- Purview.EventSourcing.Admin.Abstractions (>= 2.0.0-prerelease.31)
- Purview.EventSourcing.SqlServer (>= 2.0.0-prerelease.31)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0-prerelease.31 | 41 | 9/12/2026 |
| 2.0.0-prerelease.30 | 43 | 9/8/2026 |
| 2.0.0-prerelease.29 | 78 | 8/3/2026 |