You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A journal and snapshot store plugin for [akka-persistence](http://doc.akka.io/docs/akka/2.3.6/scala/persistence.html) using RDBMS.
5
+
A journal and snapshot store plugin for [akka-persistence](http://doc.akka.io/docs/akka/2.3.9/scala/persistence.html) using RDBMS.
6
6
Akka-persistence-sql-async executes queries by [ScalikeJDBC-Async](https://github.com/scalikejdbc/scalikejdbc-async) that provides non-blocking APIs to talk to databases.
7
7
8
8
9
9
Akka-persistence-sql-async supports following databases.
10
10
- MySQL
11
11
- PostgreSQL
12
12
13
-
This library is tested against [akka-persistence-tck](http://doc.akka.io/docs/akka/2.3.6/scala/persistence.html#plugin-tck).
13
+
This library is tested against [akka-persistence-tck](http://doc.akka.io/docs/akka/2.3.9/scala/persistence.html#plugin-tck).
14
14
15
15
## Usage
16
16
@@ -19,19 +19,19 @@ This library is tested against [akka-persistence-tck](http://doc.akka.io/docs/ak
0 commit comments