From b60a0c63fd447f9a9b0bb1b2b43fe4b22ba581be Mon Sep 17 00:00:00 2001 From: Zach Whitten Date: Tue, 17 Oct 2017 13:09:03 -0400 Subject: [PATCH] Add Ecto section and getting started link to Elixir (#2599) --- free-programming-books.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index ad34d91f..b7b6525f 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -35,6 +35,7 @@ * [DTrace](#dtrace) * [Elasticsearch](#elasticsearch) * [Elixir](#elixir) + * [Ecto](#ecto) * [Phoenix](#phoenix) * [Emacs](#emacs) * [Embedded Systems](#embedded-systems) @@ -1044,6 +1045,11 @@ * [Learning Elixir](http://learningelixir.joekain.com) - Joseph Kain Blog (HTML) +#### Ecto + +* [Ecto Getting Started Guide](https://hexdocs.pm/ecto/getting-started.html#content) (HTML) + + #### Phoenix * [Phoenix v1.3.0 Guide](https://hexdocs.pm/phoenix/overview.html) (HTML)