List of Tables

 

Chapter 2. Intro to Elixir

Table 2.1. Basic Elixir types

Chapter 5. Elixir application structure

Table 5.1. Ecto database adapters

Chapter 7. Being persistent with a database

Table 7.1. Ecto database adapters

Table 7.2. A table storing menu items for a coffee shop

Table 7.3. Some often-used Ecto data types

Chapter 8. Making changes with Ecto.Changeset

Table 8.1. Built-in validation functions in Ecto.Changeset

Chapter 9. Transforming data in your browser

Table 9.1. Typical RESTful routes

Table 9.2. Implemented RESTful routes

Table 9.3. Some useful functions in Phoenix.HTML.Form