Packages
fractional_index
0.1.0
Fractional indexing is a string based index that is useful for ordering in a database.
Current section
Files
Jump to
Current section
Files
lib/constants.ex
defmodule FractionalIndex.Constants do
def digits, do: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
def smallest_integer, do: "A00000000000000000000000000"
def zero, do: "a0"
end