manganese_core_kit v0.1.0 Manganese.CoreKit.Enumerations.VersionType

Link to this section Summary

Functions

The PostgreSQL primitive type used to represent a version type.

Link to this section Types

Link to this type

t()

t() :: :major | :minor | :patch
Link to this type

t_external()

t_external() :: non_neg_integer()

Link to this section Functions

Link to this function

from_integer(integer)

from_integer(t_external()) :: t()
Link to this function

to_integer(value)

The PostgreSQL primitive type used to represent a version type.