ecto_list
Ecto_list is a simple library that helps you manage ordered model with Ecto.
TODO: Add description
Installation
Add Pow to your list of dependencies in mix.exs:
def deps do
[
# ...
{:ecto_list, "~> 1.0.11"}
# ...
]
end
Run mix deps.get to install it.
Installation
If available in Hex, the package can be installed
by adding ecto_list to your list of dependencies in mix.exs:
def deps do
[
{:ecto_list, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ecto_list.