Akka.Persistence.PostgreSql 1.0.5.2-beta

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

// Install Akka.Persistence.PostgreSql as a Cake Tool
#tool nuget:?package=Akka.Persistence.PostgreSql&version=1.0.5.2-beta&prerelease

Akka.NET Persistence journal and snapshot store backed by PostgreSql.

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 (1)

Showing the top 1 NuGet packages that depend on Akka.Persistence.PostgreSql:

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

Akka.Persistence.PostgreSql Microsoft.Extensions.Hosting support.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.15.1 6,064 1/29/2024
1.5.15 128 1/29/2024
1.5.13 10,691 10/4/2023
1.5.4.1 15,023 4/27/2023
1.5.4 2,841 4/25/2023
1.5.3 385 4/21/2023
1.5.2 4,482 4/6/2023
1.5.1.1 841 3/22/2023
1.5.1 714 3/16/2023
1.5.0 2,554 3/2/2023
1.4.46 11,528 11/30/2022
1.4.45 22,254 10/21/2022
1.4.35 42,093 3/25/2022
1.4.32 6,114 1/18/2022
1.4.31 12,312 12/21/2021
1.4.29 368 12/15/2021
1.4.25 2,967 9/9/2021
1.4.19 6,068 6/16/2021
1.4.17 2,340 3/17/2021
1.3.9 46,670 8/29/2018
1.3.8 5,832 7/8/2018
1.3.1 4,327 9/12/2017
1.1.2.4-beta 1,313 1/12/2017
1.0.5.2-beta 1,119 12/10/2015
1.0.4.1-beta 1,284 8/8/2015
1.0.3-beta 958 6/12/2015
1.0.2.9-beta 973 6/3/2015

- Changed tables schema: renamed payload_type column to manifest for journal and snapshot tables
- Changed tables schema: added created_at column to journal table
- Added compatibility with Persistent queries API
- Added ability to specify connection string stored in \*.config files