...

/

Execute Queries

Execute Queries

Learn how to execute queries in Ecto on the same pattern as SQL.

Run SQL queries

In this lesson, we’ll look at how to run queries. Inserting, updating, and deleting are helpful, but queries are the real meat and potatoes of most database-backed applications. So how do we use them? ...