Create Your Repo Module

Learn how to create the repository module for your app.

Next, we need to create our application’s repository module. We went through this process in detail before, but we’ll run through it again here.

Creating repo.ex file

Open a new file called lib/my_app/repo.ex and add the following:

Get hands-on with 1200+ tech skills courses.