Creating multi dbs in phoenix
Open
enhancement
- Dominant language
- No language data
- Stars
- 664
- Forks
- 41
- PR merge metrics
- No merged PRs in 30d
Description
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 🙂 ).
Contributor guide
Assessment
This issue has not been assessed yet.