Add Ecto to the Supervision Tree
Learn how to add Ecto to the supervision tree.
We'll cover the following...
We’re almost there. We’ve added the dependencies, defined our repository, and configured it. The last step is to ensure the repository is started when the ...