Overview of Part II
Explore advanced topics in Ecto including performance tuning, sandbox testing, Phoenix integration, custom types, polymorphic associations, and flexible schemas. Learn how to enhance your Elixir applications by applying these skills in practical scenarios to improve database interactions and testing efficiency.
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 ...