Book description
Languages may come and go, but the relational database endures. Learn how to use Ecto, the premier database library for Elixir, to connect your Elixir and Phoenix apps to databases. Get a firm handle on Ecto fundamentals with a module-by-module tour of the critical parts of Ecto. Then move on to more advanced topics and advice on best practices with a series of recipes that provide clear, step-by-step instructions on scenarios commonly encountered by app developers. Co-authored by the creator of Ecto, this title provides all the essentials you need to use Ecto effectively.
Elixir and Phoenix are taking the application development world by storm, and Ecto, the database library that ships with Phoenix, is going right along with them. There are plenty of examples that show you the basics, but to use Ecto to its full potential, you need to learn the library from the ground up.
This definitive guide starts with a tour of the core features of Ecto - repos, queries, schemas, changesets, transactions - gradually building your knowledge with tasks of ever-increasing complexity. Along the way, you'll be learning by doing - a sample application handles all the boilerplate so you can focus on getting Ecto into your fingers.
Build on that core knowledge with a series of recipes featuring more advanced topics. Change your pooling strategy to maximize your database's efficiency. Use nested associations to handle complex table relationships. Add streams to handle large result sets with ease. Based on questions from Ecto users, these recipes cover the most common situations developers run into.
Whether you're new to Ecto, or already have an app in production, this title will give you a deeper understanding of how Ecto works, and help make your database code cleaner and more efficient.
What You Need:
To follow along with the book, you should have Erlang/OTP 19+ and Elixir 1.4+ installed. The book will guide you through setting up a sample application that integrates Ecto.
Publisher resources
Table of contents
- Acknowledgments
- Introduction
- Part I. Ecto Fundamentals
-
Part II. Ecto Applied
- 7. Adding Ecto to an Elixir Application Without Phoenix
- 8. Working with Changesets and Phoenix Forms
- 9. Testing with Sandboxes
- 10. Creating and Using Custom Types
- 11. Inserting and Updating with Upserts
- 12. Optimizing Your Application Design
- 13. Working with Embedded Schemas
- 14. Creating Polymorphic Associations
- 15. Optimizing IEx for Ecto
- 16. Using Schemas Without Tables
- 17. Tuning for Performance
- Bibliography
Product information
- Title: Programming Ecto
- Author(s):
- Release date: April 2019
- Publisher(s): Pragmatic Bookshelf
- ISBN: 9781680502824
You might also like
book
Programming Elixir
You want to explore functional programming, but are put off by the academic feel (tell me …
book
Programming Elixir ≥ 1.6
This book is the introduction to Elixir for experienced programmers, completely updated for Elixir 1.6 and …
book
Erlang Programming
This book is an in-depth introduction to Erlang, a programming language ideal for any situation where …
book
Metaprogramming Elixir
Write code that writes code with Elixir macros. Macros make metaprogramming possible and define the language …