akka / akka-persistence-r2dbc

https://doc.akka.io/docs/akka-persistence-r2dbc/current/index.html
Other
24 stars 17 forks source link

DurableStateStore #78

Closed patriknw closed 2 years ago

patriknw commented 2 years ago

Implementation of DurableStateStore

ihostage commented 2 years ago

Hi, @patriknw! 👋 Since this module doesn't use a Slick (like jdbc module), can we right away implement a DAO layer (also with Java support) for customizing a table structure for storing typed data and adapting queries for this structure?

patriknw commented 2 years ago

@ihostage Thanks for the suggestion. I created a separate issue for that https://github.com/akka/akka-persistence-r2dbc/issues/90