Introduction to Schemas Without Tables
Learn how to use schemas without database tables.
We'll cover the following...
Some database libraries automatically map database tables to the data structures we use in our application code.
Ecto is not one of them.
Instead, we create our schema structs manually by ...