Adding Database Interactions

Learn how to add a database to your application.

We'll cover the following...

The most common use case for Ecto schemas is to enable easy interaction with a database. While we keep our schemas to a minimum of logic (just the schema definition and changeset ...