We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4272d commit e848bc7Copy full SHA for e848bc7
README.md
@@ -4,6 +4,20 @@
4
5
[](https://github.com/elixir-ecto/ecto/actions) [](https://hex.pm/packages/ecto)
6
7
+## Installation
8
+
9
+Add `:ecto` to the list of dependencies in `mix.exs`:
10
11
+```elixir
12
+def deps do
13
+ [
14
+ {:ecto, "~> 3.7"}
15
+ ]
16
+end
17
+```
18
19
+## About
20
21
Ecto is a toolkit for data mapping and language integrated query for Elixir. Here is an example:
22
23
```elixir
0 commit comments