Execute Queries

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

We'll cover the following...

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 ...