wellingr / akka-persistence-jdbc   3.0.0

Apache License 2.0 GitHub

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

Scala versions: 2.12 2.11

akka-persistence-jdbc 3.0.0


Group ID:
com.github.wellingr
Artifact ID:
akka-persistence-jdbc_2.11
Version:
3.0.0
Release Date:
Aug 20, 2017
Licenses:
Files:

libraryDependencies += "com.github.wellingr" %% "akka-persistence-jdbc" % "3.0.0"

Mill build tool

ivy"com.github.wellingr::akka-persistence-jdbc:3.0.0"

Scala CLI

//> using dep "com.github.wellingr::akka-persistence-jdbc:3.0.0"

Ammonite REPL

import $ivy.`com.github.wellingr::akka-persistence-jdbc:3.0.0`

<dependency>
  <groupId>com.github.wellingr</groupId>
  <artifactId>akka-persistence-jdbc_2.11</artifactId>
  <version>3.0.0</version>
</dependency>

compile group: 'com.github.wellingr', name: 'akka-persistence-jdbc_2.11', version: '3.0.0'