Akka.Persistence.SqlServer 1.0.6.3-beta

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

No packages depend on Akka.Persistence.SqlServer.

Upgraded core Akka.Persistence dependencies up to v1.0.6. Made additional schema changes to underlying SQL server table definition. Migration guide: Migration from 1.0.4 up** The number of schema changes occurred between versions 1.0.4 and 1.0.5, including: - EventJournal table got Timestamp column (used only for querying). - EventJournal table dropped CS_PID column - primary key now relies on PersistenceID and SequenceNr directly. - EventJournal and SnapshotStore tables have PayloadType column renamed to Manifest. In case of the problems you may migrate your existing database columns using following script: ```sql -- use default GETDATE in case when you have existing events inside the journal ALTER TABLE dbo.EventJournal ADD Timestamp DATETIME2 NOT NULL DEFAULT GETDATE(); ALTER TABLE dbo.EventJournal DROP CONSTRAINT PK_EventJournal; ALTER TABLE dbo.EventJournal DROP COLUMN CS_PID; ALTER TABLE dbo.EventJournal ADD CONSTRAINT PK_EventJournal PRIMARY KEY (PersistenceID, SequenceNr); sp_RENAME 'EventJournal.PayloadType', 'Manifest', 'COLUMN'; sp_RENAME 'SnapshotStore.PayloadType', 'Manifest', 'COLUMN'; ```

Any 0.0

Version Downloads Last updated
1.5.37 24 01/28/2025
1.5.30 16 11/28/2024
1.5.29 15 11/30/2024
1.5.28 16 11/28/2024
1.5.15 28 02/15/2024
1.5.13 21 02/14/2024
1.5.4 31 06/12/2023
1.5.3 21 06/12/2023
1.5.2 24 06/12/2023
1.5.1 49 03/23/2023
1.5.0 26 06/12/2023
1.5.0-beta3 29 08/29/2023
1.4.35 25 03/26/2022
1.4.32 24 07/08/2022
1.4.31 33 04/27/2022
1.4.29 23 03/26/2022
1.4.25 25 07/08/2022
1.4.18 27 07/08/2022
1.4.16 27 07/08/2022
1.4.14 27 07/08/2022
1.4.13 27 07/08/2022
1.4.11 27 07/08/2022
1.4.10 25 07/08/2022
1.4.1 31 07/08/2022
1.4.1-rc3 29 07/08/2022
1.4.1-rc1 28 07/08/2022
1.3.17 28 07/10/2022
1.3.14 29 07/09/2022
1.3.13 28 07/10/2022
1.3.7 27 07/19/2022
1.3.2 25 07/19/2022
1.3.1 25 07/19/2022
1.1.1.7-beta 30 07/19/2022
1.1.1.6-beta 30 07/19/2022
1.1.1.5-beta 28 07/19/2022
1.0.8.4-beta 33 07/19/2022
1.0.6.3-beta 31 07/19/2022
1.0.5.2-beta 29 07/19/2022
1.0.4.1-beta 27 07/19/2022
1.0.3-beta 32 07/07/2022
1.0.2.9-beta 31 07/07/2022
1.0.1-pre1504282013 28 07/07/2022