Akka.Persistence.SqlServer 1.0.2.9-beta

Prefix Reserved
This is a prerelease version of Akka.Persistence.SqlServer.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Akka.Persistence.SqlServer --version 1.0.2.9-beta
                    
NuGet\Install-Package Akka.Persistence.SqlServer -Version 1.0.2.9-beta
                    
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="Akka.Persistence.SqlServer" Version="1.0.2.9-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Akka.Persistence.SqlServer" Version="1.0.2.9-beta" />
                    
Directory.Packages.props
<PackageReference Include="Akka.Persistence.SqlServer" />
                    
Project file
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 Akka.Persistence.SqlServer --version 1.0.2.9-beta
                    
#r "nuget: Akka.Persistence.SqlServer, 1.0.2.9-beta"
                    
#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 Akka.Persistence.SqlServer@1.0.2.9-beta
                    
#: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=Akka.Persistence.SqlServer&version=1.0.2.9-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Akka.Persistence.SqlServer&version=1.0.2.9-beta&prerelease
                    
Install as a Cake Tool

Akka.NET Persistence journal and snapshot store backed by SQL Server.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Akka.Persistence.SqlServer:

Package Downloads
wyvern.entity

Package Description

Akka.Persistence.SqlServer.Hosting

Akka.Persistence.SqlServer Microsoft.Extensions.Hosting support.

FAkka.Server.Linux

Package Description

FAkka.Shared.Linux

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Akka.Persistence.SqlServer:

Repository Stars
Horusiath/AkkaCQRS
Event sourcing example build on Akka.NET with persistence plugin
Version Downloads Last Updated
1.5.37 17,319 1/23/2025 1.5.37 is deprecated because it is no longer maintained.
1.5.30 18,822 10/3/2024
1.5.29 346 10/1/2024
1.5.28 939 9/11/2024
1.5.15 56,007 1/18/2024
1.5.13 10,434 10/4/2023
1.5.4 89,122 4/25/2023
1.5.3 543 4/21/2023
1.5.2 1,416 4/6/2023
1.5.1 1,409 3/16/2023
1.5.0 3,053 3/2/2023
1.5.0-beta3 958 2/28/2023
1.4.35 126,373 3/24/2022
1.4.32 33,519 1/19/2022
1.4.31 10,611 12/21/2021
1.4.29 641 12/15/2021
1.4.25 21,625 9/9/2021
1.4.18 27,620 5/12/2021
1.4.16 32,224 1/25/2021
1.4.14 5,470 1/5/2021
1.4.13 752 12/29/2020
1.4.11 12,664 11/11/2020
1.4.10 23,480 8/21/2020
1.4.1 61,134 3/11/2020
1.4.1-rc3 615 3/10/2020
1.4.1-rc1 603 3/3/2020
1.3.17 21,992 1/20/2020
1.3.14 21,284 7/30/2019
1.3.13 19,809 4/30/2019
1.3.7 136,419 6/4/2018
1.3.2 21,670 10/29/2017
1.3.1 6,585 9/11/2017
1.1.1.7-beta 40,749 10/27/2016
1.1.1.6-beta 1,194 10/26/2016
1.1.1.5-beta 1,832 8/4/2016
1.0.8.4-beta 4,567 5/31/2016
1.0.6.3-beta 5,237 1/22/2016
1.0.5.2-beta 2,450 12/10/2015
1.0.4.1-beta 1,834 8/8/2015
1.0.3-beta 1,438 6/12/2015
1.0.2.9-beta 1,432 6/3/2015
1.0.1-pre1504282013 1,580 4/28/2015

Bugfix release for Akka.NET v1.0.1.**
Fixes & Changes - Akka.NET Core
[Routers seem ignore supervision strategy](https://github.com/akkadotnet/akka.net/issues/996)
[Replaced DateTime.Now with DateTime.UtcNow/MonotonicClock](https://github.com/akkadotnet/akka.net/pull/1009)
[DedicatedThreadScheduler](https://github.com/akkadotnet/akka.net/pull/1002)
[Add ability to specify scheduler implementation in configuration](https://github.com/akkadotnet/akka.net/pull/994)
[Added generic extensions to EventStream subscribe/unsubscribe.](https://github.com/akkadotnet/akka.net/pull/990)
[Convert null to NoSender.](https://github.com/akkadotnet/akka.net/pull/993)
[Supervisor strategy bad timeouts](https://github.com/akkadotnet/akka.net/pull/986)
[Updated Pigeon.conf throughput values](https://github.com/akkadotnet/akka.net/pull/980)
[Add PipeTo for non-generic Tasks for exception handling](https://github.com/akkadotnet/akka.net/pull/978)
Fixes & Changes - Akka.NET Dependency Injection
[Added Extensions methods to ActorSystem and ActorContext to make DI more accessible](https://github.com/akkadotnet/akka.net/pull/966)
[DIActorProducer fixes](https://github.com/akkadotnet/akka.net/pull/961)
[closes akkadotnet/akka.net#1020 structuremap dependency injection](https://github.com/akkadotnet/akka.net/pull/1021)
Fixes & Changes - Akka.Remote and Akka.Cluster
[Fixing up cluster rejoin behavior](https://github.com/akkadotnet/akka.net/pull/962)
[Added dispatcher fixes for remote and cluster ](https://github.com/akkadotnet/akka.net/pull/983)
[Fixes to ClusterRouterGroup](https://github.com/akkadotnet/akka.net/pull/953)
[Two actors are created by remote deploy using Props.WithDeploy](https://github.com/akkadotnet/akka.net/issues/1025)
Fixes & Changes - Akka.Persistence
[Renamed GuaranteedDelivery classes to AtLeastOnceDelivery](https://github.com/akkadotnet/akka.net/pull/984)
[Changes in Akka.Persistence SQL backend](https://github.com/akkadotnet/akka.net/pull/963)
[PostgreSQL persistence plugin for both event journal and snapshot store](https://github.com/akkadotnet/akka.net/pull/971)
[Cassandra persistence plugin](https://github.com/akkadotnet/akka.net/pull/995)
New Features:**
Akka.TestKit.XUnit2**
Akka.NET now has support for [XUnit 2.0](https://xunit.github.io/)! You can install Akka.TestKit.XUnit2 via the NuGet commandline:
```
PM> Install-Package Akka.TestKit.XUnit2
```
Akka.Persistence.PostgreSql** and **Akka.Persistence.Cassandra**
Akka.Persistence now has two additional concrete implementations for PostgreSQL and Cassandra! You can install either of the packages using the following commandline:
[Akka.Persistence.PostgreSql Configuration Docs](https://github.com/akkadotnet/akka.net/tree/dev/src/contrib/persistence/Akka.Persistence.PostgreSql)
```
PM> Install-Package Akka.Persistence.PostgreSql
```
[Akka.Persistence.Cassandra Configuration Docs](https://github.com/akkadotnet/akka.net/tree/dev/src/contrib/persistence/Akka.Persistence.Cassandra)
```
PM> Install-Package Akka.Persistence.Cassandra
```
Akka.DI.StructureMap**
Akka.NET's dependency injection system now supports [StructureMap](https://structuremap.github.io/)! You can install Akka.DI.StructureMap via the NuGet commandline:
```
PM> Install-Package Akka.DI.StructureMap
```