Search⌘ K

Ecto and Elixir

Explore the fundamentals of Ecto within Elixir, focusing on setting up a sample application and understanding the core Repo module that enables database operations. This lesson helps you build a foundation for working with persistent data in Elixir applications.

We'll cover the following...

Welcome to Ecto!

Ecto is the most prominent persistence framework for Elixir. Actively developed since its introduction in 2014, Ecto is mature, stable, and well-supported by an ...