Use Multiple Ecto Repos

Learn how to use multiple repos.

We'll cover the following...

Our applications will only have to work with one database most of the time, so we’ll only need one repo. Sometimes, though, we’ll need to ...