lagom / lagom-recipes

Other
62 stars 35 forks source link

[new recipe] Demo how to use different DBs for journal, snapshot and readsides #28

Open ignasi35 opened 6 years ago

ignasi35 commented 6 years ago

Take for example @renatocaval's work at https://github.com/renatocaval/account-scala-multi-jdbc

ignasi35 commented 6 years ago

Related, but not what this issue is asking for, there's also https://github.com/ignasi35/lagom-multiple-databases which demonstrates how to setup multiple DBs where none is used for Lagom persistence. That's useful when needing to access legacy DBs.