glecuid

Package Version Hex Docs

This is a port of @paralleldrive/cuid2 in Gleam that works on all target. For more detailed information about Cuid2, please refer to the original documentation.

Cuid2

Secure, collision-resistant ids optimized for horizontal scaling and performance. Next generation UUIDs.

Need unique ids in your app? Forget UUIDs and GUIDs which often collide in large apps. Use Cuid2, instead.

Cuid2 is:

Cuid2 is not good for:

Getting Started

Add to your Gleam project:

gleam add glecuid

View usage in the documentation at https://hexdocs.pm/glecuid.

Search Document