...

/

Quiz: Add Ecto to an App without Phoenix

Quiz: Add Ecto to an App without Phoenix

Test your understanding of how to add Ecto to an application without Phoenix

We'll cover the following...
1

How do we make sure that the repository is started when the application starts?

A)

We add the repository to the application supervision tree

B)

The presence of repo.ex file ensures that the repository is started with the application.

C)

We need to write a script file to ensure the repository starts.

Question 1 of 30 attempted
...