SqlStreamStore 0.8.1
See the version list below for details.
dotnet add package SqlStreamStore --version 0.8.1
NuGet\Install-Package SqlStreamStore -Version 0.8.1
<PackageReference Include="SqlStreamStore" Version="0.8.1" />
<PackageVersion Include="SqlStreamStore" Version="0.8.1" />
<PackageReference Include="SqlStreamStore" />
paket add SqlStreamStore --version 0.8.1
#r "nuget: SqlStreamStore, 0.8.1"
#:package SqlStreamStore@0.8.1
#addin nuget:?package=SqlStreamStore&version=0.8.1
#tool nuget:?package=SqlStreamStore&version=0.8.1
A libray for writing and reading streams (also known as an 'event store') with a focus
on SQL based implementations. This contains the core interfaces, abstractions and an#
in-memory implementation for tests.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (26)
Showing the top 5 NuGet packages that depend on SqlStreamStore:
| Package | Downloads |
|---|---|
|
SqlStreamStore.MsSql
SQL Server (2012+) provider for SQL Stream Store |
|
|
Be.Vlaanderen.Basisregisters.Api
Common API infrastructure and helpers. |
|
|
Be.Vlaanderen.Basisregisters.ProjectionHandling.SqlStreamStore
Lightweight sqlstreamstore projection handling infrastructure. |
|
|
Be.Vlaanderen.Basisregisters.ProjectionHandling.Runner
Lightweight projection handling runners infrastructure. |
|
|
Be.Vlaanderen.Basisregisters.AggregateSource.SqlStreamStore
Lightweight infrastructure for doing command handling and eventsourcing using aggregates. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on SqlStreamStore:
| Repository | Stars |
|---|---|
|
mehdihadeli/food-delivery-modular-monolith
🌭 A practical and imaginary food and grocery delivery modular monolith, built with .Net 8, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
|
|
|
BitTacklr/Projac
A set of .NET projection libraries
|
|
|
nimbleways/dotnet-subset
A .NET tool that copies a subset of files from a repository to a directory. The tool is mainly used in Dockerfiles to optimize the docker build caching for "dotnet restore" instructions.
|
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 1.2.1-alpha.3 | 32,253 | 7/20/2020 | |
| 1.2.1-alpha.2 | 2,147 | 7/9/2020 | |
| 1.2.1-alpha.1 | 587 | 7/9/2020 | |
| 1.2.0 | 1,464,128 | 6/26/2020 | |
| 1.2.0-beta.8 | 142,996 | 12/18/2019 | |
| 1.2.0-beta.7 | 2,482 | 12/9/2019 | |
| 1.2.0-beta.6 | 91,593 | 10/29/2019 | |
| 1.2.0-beta.5 | 10,379 | 10/23/2019 | |
| 1.2.0-beta.4 | 10,345 | 6/21/2019 | |
| 1.2.0-beta.3 | 3,700 | 2/1/2019 | |
| 1.2.0-beta.2 | 33,981 | 12/17/2018 | |
| 1.1.3 | 581,654 | 10/26/2018 | |
| 1.1.2 | 45,036 | 5/27/2018 | |
| 1.1.1 | 17,966 | 10/2/2017 | |
| 1.1.0 | 2,622 | 9/6/2017 | |
| 1.0.2 | 36,082 | 8/21/2017 | |
| 1.0.0 | 5,574 | 6/26/2017 | |
| 0.9.0 | 2,129 | 5/12/2017 | |
| 0.8.1 | 2,092 | 4/7/2017 |
- AppendResult includes the position of the last message that was appened