README.md
# Reorderex
[](https://travis-ci.com/cinoss/reorderex) [](https://coveralls.io/r/cinoss/reorderex?branch=0.1.3) [](https://hex.pm/packages/reorderex) [](https://hex.pm/packages/reorderex)
An elixir helper library for database list reordering functionality.
## Installation
The package can be installed by adding `reorderex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:reorderex, "~> 0.1.3"}
]
end
```
The docs can be found at [https://hexdocs.pm/reorderex](https://hexdocs.pm/reorderex).