README.md

# ecto_list

Ecto_list is a simple library that helps you manage ordered model with Ecto.

**TODO: Add description**

[And more](guides/tutorial.md)

## Installation

Add Pow to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    # ...
    {:ecto_list, "~> 1.0.11"}
    # ...
  ]
end
```

Run `mix deps.get` to install it.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ecto_list` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:ecto_list, "~> 0.1.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ecto_list](https://hexdocs.pm/ecto_list).