Akka.Persistence.PostgreSql.Hosting 1.5.15.1

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

// Install Akka.Persistence.PostgreSql.Hosting as a Cake Tool
#tool nuget:?package=Akka.Persistence.PostgreSql.Hosting&version=1.5.15.1

Akka.Persistence.PostgreSql.Hosting

Akka.Hosting extension methods to add Akka.Persistence.PostgreSql to an ActorSystem

Akka.Persistence.PostgreSql Extension Methods

WithPostgreSqlPersistence() Method

public static AkkaConfigurationBuilder WithPostgreSqlPersistence(
    this AkkaConfigurationBuilder builder,
    string connectionString,
    PersistenceMode mode = PersistenceMode.Both,
    string schemaName = "public",
    bool autoInitialize = false,
    StoredAsType storedAsType = StoredAsType.ByteA,
    bool sequentialAccess = false,
    bool useBigintIdentityForOrderingColumn = false, 
    Action<AkkaPersistenceJournalBuilder> configurator = null);

Parameters

  • connectionString string

    Connection string used for database access.

  • mode PersistenceMode

    Determines which settings should be added by this method call. Default: PersistenceMode.Both

    • PersistenceMode.Journal: Only add the journal settings
    • PersistenceMode.SnapshotStore: Only add the snapshot store settings
    • PersistenceMode.Both: Add both journal and snapshot store settings
  • schemaName string

    The schema name for the journal and snapshot store table. Default: "public"

  • autoInitialize bool

    Should the SQL store table be initialized automatically. Default: false

  • storedAsType StoredAsType

    Determines how data are being de/serialized into the table. Default: StoredAsType.ByteA

    • StoredAsType.ByteA: Byte array
    • StoredAsType.Json: JSON
    • StoredAsType.JsonB: Binary JSON
  • sequentialAccess bool

    Uses the CommandBehavior.SequentialAccess when creating SQL commands, providing a performance improvement for reading large BLOBS. Default: false

  • useBigintIdentityForOrderingColumn bool

    When set to true, persistence will use BIGINT and GENERATED ALWAYS AS IDENTITY for journal table schema creation. Default: false

    NOTE

    This only affects newly created tables, as such, it should not affect any existing database.

    WARNING

    To use this feature, you have to have PorsgreSql version 10 or above

  • configurator Action<AkkaPersistenceJournalBuilder>

    An Action delegate used to configure an AkkaPersistenceJournalBuilder instance. Used to configure Event Adapters

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 netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework 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 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 (4)

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

Package Downloads
FAkka.Shared

Package Description

FAkka.Server

Package Description

FAkka.Server.Linux

Package Description

FAkka.Shared.Linux

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.15.1 1,806 1/29/2024
1.5.15 105 1/29/2024
1.5.13 3,869 10/4/2023
1.5.4.1 3,088 5/1/2023
1.5.4 198 4/25/2023
1.5.3 180 4/25/2023
1.5.2 825 4/6/2023
1.5.1.1 190 4/4/2023
1.5.1 324 3/16/2023
1.5.0 1,436 3/2/2023
1.5.0-beta6 127 3/1/2023
1.5.0-beta4 120 3/1/2023
1.5.0-beta3 100 2/28/2023
1.5.0-alpha4 136 2/17/2023
1.0.3 1,287 2/8/2023
1.0.2 359 1/31/2023
1.0.1 1,198 1/6/2023
1.0.0 333 12/28/2022
0.5.2-beta1 163 11/28/2022
0.5.1 1,003 10/20/2022
0.5.0 487 10/4/2022
0.4.3 3,578 9/10/2022
0.4.2 1,204 8/12/2022
0.4.1 1,969 7/21/2022
0.4.0 530 7/18/2022
0.3.4 616 6/23/2022
0.3.3 542 6/16/2022
0.3.2 493 6/13/2022
0.3.1 553 6/9/2022
0.3.0 580 5/24/2022
0.2.2 726 4/10/2022
0.2.1 578 4/9/2022
0.2.0 544 4/9/2022
0.1.5 579 4/6/2022

Fix Npgsql upper range version number