o
odinpkg.dev
packages / library / odin-snowflake

odin-snowflake

186fadelibrary

Twitter Snowflake ID generation for Odin

MIT · updated 3 years ago

Odin snowflake

Snowflake ID's are a form of unique identifiers developed originally by/for Twitter. ID's are sortable (by creation time), store the generation time in them (no need for a created_at field in a DB), are a length of 13 bytes in base32 and 100% unique if used correctly. Learn more here: https://en.wikipedia.org/wiki/Snowflake_ID.