There is sometimes a need to have a second database/Repo in phoenix. You may want to separate certain data sets beyond just separate tables, or you may want some tables to be read only. Creating a second "ReadOnlyRepo" is a great way to have this separation (or any repo name of your choice 🙂 ).
There is sometimes a need to have a second database/Repo in phoenix. You may want to separate certain data sets beyond just separate tables, or you may want some tables to be read only. Creating a second "ReadOnlyRepo" is a great way to have this separation (or any repo name of your choice 🙂 ).