...

/

Add Ecto to the Supervision Tree

Add Ecto to the Supervision Tree

Learn how to add Ecto to the supervision tree.

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 ...