...

/

Wrapping Up: Connect Tables to Elixir Structs with Schemas

Wrapping Up: Connect Tables to Elixir Structs with Schemas

Review what we have learned about connecting Elixir structs with schemas.

We'll cover the following...

What have we learned?

This chapter taught us how schemas allow us to create data structures that we can map onto our database tables. This is how we’ll be using schemas most of the time, but schemas are very flexible and can be used differently. We’ll be looking at ...