Akka.Persistence.SqlServer 1.3.7

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Akka.Persistence.SqlServer --version 1.3.7
NuGet\Install-Package Akka.Persistence.SqlServer -Version 1.3.7
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.3.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Akka.Persistence.SqlServer --version 1.3.7
#r "nuget: Akka.Persistence.SqlServer, 1.3.7"
#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.
// Install Akka.Persistence.SqlServer as a Cake Addin
#addin nuget:?package=Akka.Persistence.SqlServer&version=1.3.7

// Install Akka.Persistence.SqlServer as a Cake Tool
#tool nuget:?package=Akka.Persistence.SqlServer&version=1.3.7

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.6 is compatible.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

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

Package Downloads
wyvern.entity

Package Description

Akka.Persistence.SqlServer.Hosting The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

EventSaucing

An event source stack based on NEventStore and Akka

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.15 3,395 1/18/2024
1.5.13 5,273 10/4/2023
1.5.4 32,292 4/25/2023
1.5.3 351 4/21/2023
1.5.2 1,146 4/6/2023
1.5.1 1,219 3/16/2023
1.5.0 2,262 3/2/2023
1.5.0-beta3 708 2/28/2023
1.4.35 90,900 3/24/2022
1.4.32 29,312 1/19/2022
1.4.31 10,301 12/21/2021
1.4.29 426 12/15/2021
1.4.25 19,591 9/9/2021
1.4.18 26,629 5/12/2021
1.4.16 27,916 1/25/2021
1.4.14 4,492 1/5/2021
1.4.13 563 12/29/2020
1.4.11 12,383 11/11/2020
1.4.10 22,543 8/21/2020
1.4.1 38,038 3/11/2020
1.4.1-rc3 436 3/10/2020
1.4.1-rc1 423 3/3/2020
1.3.17 21,265 1/20/2020
1.3.14 20,585 7/30/2019
1.3.13 18,101 4/30/2019
1.3.7 126,330 6/4/2018
1.3.2 21,242 10/29/2017
1.3.1 6,166 9/11/2017
1.1.1.7-beta 40,320 10/27/2016
1.1.1.6-beta 847 10/26/2016
1.1.1.5-beta 1,469 8/4/2016
1.0.8.4-beta 4,205 5/31/2016
1.0.6.3-beta 4,877 1/22/2016
1.0.5.2-beta 1,930 12/10/2015
1.0.4.1-beta 1,479 8/8/2015
1.0.3-beta 1,078 6/12/2015
1.0.2.9-beta 1,048 6/3/2015
1.0.1-pre1504282013 1,220 4/28/2015

Upgrades to Akka.Persistence 1.3.7, which includes some major changes for SQL-based SnapShot stores, which you can read more about here: https://github.com/akkadotnet/akka.net/issues/3422
This should significantly improve the performance of SQL-based journals for loading large snapshots.
Also, removes the dependency on the Akka.TestKit for this package.