fractional_index

Fractional indexing is a string based index that is useful for ordering in a database.


License
MIT

Documentation

FractionalIndex

An Elixir implementation of David Greenspan's Fractional Indexing

Installation

If available in Hex, the package can be installed by adding fractional_index to your list of dependencies in mix.exs:

def deps do
  [
    {:fractional_index, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/fractional_index.