Skip to content

Commit

Permalink
Add links to the ebook
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Dec 15, 2016
1 parent b05c97e commit b5381fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ end

See the [getting started guide](http://hexdocs.pm/ecto/getting-started.html) and the [online documentation](http://hexdocs.pm/ecto).

Also checkout the ["What's new in Ecto 2.0"](http://pages.plataformatec.com.br/ebook-whats-new-in-ecto-2-0) free ebook to learn more about many features in Ecto 2.0 such as `many_to_many`, schemaless queries, concurrent testing and more.

## Usage

You need to add both Ecto and the database adapter as a dependency to your `mix.exs` file. The supported databases and their adapters are:
Expand Down
5 changes: 5 additions & 0 deletions lib/ecto.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ defmodule Ecto do
the [getting started guide](http://hexdocs.pm/ecto/getting-started.html) and
the accompanying sample application.
After exploring the documentation and guides, considering checking out the
["What's new in Ecto 2.0"](http://pages.plataformatec.com.br/ebook-whats-new-in-ecto-2-0)
free ebook to learn more about many features in Ecto 2.0 such as `many_to_many`,
schemaless queries, concurrent testing and more.
## Repositories
`Ecto.Repo` is a wrapper around the database. We can define a
Expand Down

0 comments on commit b5381fc

Please sign in to comment.