Overview of Part II
Get introduced to Part II of this course: Ecto Applied.
We'll cover the following...
With the knowledge acquired in Part I, we’ll look at some more advanced use cases that often come up with Ecto and database programming in general. We’ll cover performance tuning, speeding up our tests with sandboxes, integrating Ecto with Phoenix, and so on. Each chapter is distinct, so feel free to jump directly into the topics you’re most interested in and look at the others later on.
Structure of Part II: Ecto Applied
This section has eleven chapters:
-
Add Ecto to an Elixir Application Without Phoenix gives step-by-step instructions on setting up an ...