Sunbake
Sunbake is an implementation of the Discord flavour of Snowflake, originally popularized by Twitter.
Ecto Type
Adds the Sunbake type for Ecto databases.
Helpers
Contains various helpers for dealing with Snowflakes.
Installation
The package can be installed
by adding sunbake to your list of dependencies in mix.exs:
def deps do
[
{:sunbake, "~> 0.1.0"}
]
endCredits
Most of the code was adapted from the Nostrum package.