akka / akka-persistence-jdbc   5.2.1

Website GitHub

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state

Scala versions: 2.13 2.12 2.11 2.10

akka-persistence-jdbc 3.5.2


Group ID:
com.github.dnvriend
Artifact ID:
akka-persistence-jdbc_2.13
Version:
3.5.2
Release Date:
Jun 17, 2019
Licenses:
Files:

libraryDependencies += "com.github.dnvriend" %% "akka-persistence-jdbc" % "3.5.2"

Mill build tool

ivy"com.github.dnvriend::akka-persistence-jdbc:3.5.2"

Scala CLI

//> using dep "com.github.dnvriend::akka-persistence-jdbc:3.5.2"

Ammonite REPL

import $ivy.`com.github.dnvriend::akka-persistence-jdbc:3.5.2`

<dependency>
  <groupId>com.github.dnvriend</groupId>
  <artifactId>akka-persistence-jdbc_2.13</artifactId>
  <version>3.5.2</version>
</dependency>

compile group: 'com.github.dnvriend', name: 'akka-persistence-jdbc_2.13', version: '3.5.2'