Currently we have a single Aurora Postgresql db instance that we are interacting with but I would like to add one more db instance so that we can read from one database and write to another(existing one). We are using Hanami v1.3 and the project is in ruby.
I am trying to find documentation/resources on how to implement this and is it possible to do so?
This is not possible in Hanami v1.3, checkout the following link: https://github.com/hanami/hanami/issues/1028